From 9b2e6975843d253430c68ad011bcab27fb3e23cf Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 12 Apr 2024 08:32:18 -0700 Subject: [PATCH] copy --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index c9844ad88..81aae77a0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -140,7 +140,7 @@ - [Improved repository map using tree-sitter](https://aider.chat/docs/repomap.html) - Switched from "edit block" to "search/replace block", which reduced malformed edit blocks. [Benchmarked](https://aider.chat/docs/benchmarks.html) at 66.2%, no regression. -- Improved handling of malformed edit blocks targetting multiple edits to the same file. [Benchmarked](https://aider.chat/docs/benchmarks.html) at 65.4%, no regression. +- Improved handling of malformed edit blocks targeting multiple edits to the same file. [Benchmarked](https://aider.chat/docs/benchmarks.html) at 65.4%, no regression. - Bugfix to properly handle malformed `/add` wildcards.