From 1fa67f0aefeb222f3fea5dc3f75524cd2d352398 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Mon, 18 Dec 2023 06:11:31 -0800 Subject: [PATCH] Update unified-diffs.md --- docs/unified-diffs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/unified-diffs.md b/docs/unified-diffs.md index 1d172a7f7..53b153ee7 100644 --- a/docs/unified-diffs.md +++ b/docs/unified-diffs.md @@ -247,7 +247,7 @@ help: GPT frequently makes imperfect diffs that won't apply cleanly. They exhibit a variety of problems: -- GPT forgets to include semantically irrelevant details. Often GPT forgets things like comments, docstrings, blank lines, etc. Or it skips over some code that it doesn't intend to change. +- GPT forgets things like comments, docstrings, blank lines, etc. Or it skips over some code that it doesn't intend to change. - GPT forgets the leading *plus* `+` character to mark novel lines that it wants to add to the file. It incorrectly includes them with a leading *space* ` ` as if they were already there. - GPT jumps ahead to show edits to a different part of the file without starting a new hunk with a `@@ ... @@` divider.