diff --git a/docs/benchmarks.md b/docs/benchmarks.md index 420d26c7f..b31b57f1f 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -45,7 +45,7 @@ developing about how to prompt GPT for complex tasks like coding. You want to minimize the "cognitive load" of formatting the response, so that GPT can focus on the task at hand. You wouldn't expect a good result if you asked a junior developer to -implement a new feature by hand typing `diffs -c` formatted updates to the current code. +implement a new feature by hand typing `diff -c` formatted updates to the current code. I had hoped that the new function calling API would enable more reliable use of structured output formats, but it does not appear to be a panacea for code editing.