Skip to content

Commit 492b960

Browse files
danbarrCopilot
andauthored
Fix smart quote instructions messed up by Claude (#712)
* Fix smart quote instructions messed up by Claude Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> Co-authored-by: Dan Barr <6922515+danbarr@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0b945c4 commit 492b960

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ The project's official language is US English.
190190

191191
- Use the Oxford comma (aka serial commas) when listing items in a series.
192192
- Use one space between sentences.
193-
- Use straight double quotes and apostrophes. Replace smart quotes (“ ) and curly apostrophes (‘ ) with straight quotes () and straight apostrophes ().
194-
- Avoid em dashes (``) and en dashes (``). They are hard to type, easy to miss in editors, and have proliferated with AI-generated content. Instead, rephrase naturally: use commas, split into two sentences, or restructure. If a separator is truly needed, use a spaced hyphen (`-`) in list-style contexts like Related information entries.
193+
- Use straight double quotes and apostrophes. Replace smart quotes (“ ) and curly apostrophes (‘ ) with straight quotes (") and straight apostrophes (').
194+
- Avoid em dashes (``) and en dashes (``). They are hard to type, easy to miss in editors, and have proliferated with AI-generated content. Instead, rephrase naturally: use commas, split into two sentences, or restructure. If a separator is truly needed, use a spaced hyphen (`-`) in list-style contexts like "Related information" entries.
195195

196196
### Links
197197

0 commit comments

Comments
 (0)