From 7dcde43d985fdf055de108ec14a149618ac39619 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Mon, 22 May 2023 17:17:53 -0700 Subject: [PATCH] Update ctags.md --- docs/ctags.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index 06bbae2cf..f9648d832 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -52,8 +52,7 @@ each change request. Now GPT has all the context! But this won't work for even moderately sized repos that won't fit in the 8k-token context window. -An -improved approach is to be selective, and **hand pick which files to send**. +A better approach is to be selective, and **hand pick which files to send**. For the example above, you could send the file that contains Foo and the file that contains the BarLog logging subsystem. This works pretty well, and is supported by `aider`: you