From 2bee941ff94ef4d3bb3e32ce56e43282defd6bf4 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sun, 21 May 2023 22:14:02 -0700 Subject: [PATCH] Update ctags.md --- docs/ctags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index 2f4e3dfd9..c3aa580f6 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -22,8 +22,8 @@ GPT-4 is great at "self contained" coding tasks, like writing or modifying a pure function with no external dependencies. These work well because you can send GPT a self-contained request ("write a Fibonacci function") and it can create new code from whole cloth. Or -you can send it an existing function implementation and ask for self -contained changes ("rewrite the loop using list +you can send it an existing function implementation and ask for self-contained +changes ("rewrite the loop using list comprehensions"). These require no context beyond the code being discussed.