From 5b1e360223826b37a0445df9e9be530bd3656710 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Fri, 20 Oct 2023 19:58:23 -0700 Subject: [PATCH] Update repomap.md --- docs/repomap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repomap.md b/docs/repomap.md index 8c5f92650..d47363414 100644 --- a/docs/repomap.md +++ b/docs/repomap.md @@ -200,7 +200,7 @@ Switching from ctags to tree-sitter provides a bunch of benefits: You'll recall that we identified the 3 key steps required to use GPT -to code within a large, pre-existing codebase: +to complete a coding task within a large, pre-existing codebase: 1. Find the code that needs to be changed. 2. Understand how that code relates to the rest of the codebase.