From 10e966191bfee9bba1b483e61df195ef341b65ae Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 21:52:01 -0700 Subject: [PATCH] copy --- docs/ctags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index 772c7bfd1..d84cbc54f 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -13,7 +13,7 @@ To address this issue, `aider` has a new experimental feature that utilizes `ctags` to provide GPT with a **concise map of the whole repository** including all declared variables and functions with call signatures. -This map enables GPT to better comprehend and navigate +This *repo map* enables GPT to better comprehend and navigate all the code in larger repos. ## The problem: code context