diff --git a/docs/ctags.md b/docs/ctags.md index 17e443a30..5a30b6d86 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -22,7 +22,7 @@ To address these issues, `aider` now sends GPT a **concise map of your whole git repository** that includes all declared variables and functions with call signatures. -This *repo map* is built using `ctags` +This *repo map* is built automatically using `ctags` and enables GPT to better comprehend, navigate and edit code in larger repos.