From 0923f160447761c8421cedc67e39736d5b23535c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 25 May 2023 11:33:26 -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 5511ac82b..63afcbbd6 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -142,7 +142,7 @@ file. Historically, ctags were generated and indexed by IDEs or code editors to make it easier for a human to search and navigate a codebase, find the implementation of functions, etc. -We're going to use ctags to help GPT navigate and understand the codebase. +Instead, we're going to use ctags to help GPT navigate and understand the codebase. Here is the type of output you get when you run ctags on source code. Specifically, this is the