Update repomap.md

This commit is contained in:
paul-gauthier 2023-10-20 19:58:23 -07:00 committed by GitHub
parent 1a690c731e
commit 5b1e360223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.