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