From 2b3440a331a6ea6cc8787eadaac0e63cdbccd3d5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 07:03:57 -0700 Subject: [PATCH] copy --- examples/semantic-search-replace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/semantic-search-replace.md b/examples/semantic-search-replace.md index a3500eae6..6b8b25656 100644 --- a/examples/semantic-search-replace.md +++ b/examples/semantic-search-replace.md @@ -1,6 +1,6 @@ # Semantic search & replace code with aider and gpt-4 -> The user asks aider to modify a series of function cals. +> The user asks aider to modify a series of function calls. > Notice that it isn't replacing exact strings. > Aider deals with various formatting and semantic differences in the calls that it is updating.