From c005e6692d9f9cce0b196a32047122840316c8b1 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Fri, 20 Oct 2023 19:50:14 -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 8cf05c88b..998059c91 100644 --- a/docs/repomap.md +++ b/docs/repomap.md @@ -20,7 +20,7 @@ GPT-4 is actually great at making the code changes (3), once you tell it which files need to be changed (1) and show it how they fit into the rest of the codebase (2). -This article is going to focus on the problem of "code context" (2): +This article is going to focus on step (2), providing "code context": - We need to help GPT understand the overall codebase. - This will help it understand the code it needs to change, which may depend on other parts of the codebase.