Skip to content

Commit fe929f9

Browse files
dfa1claude
andcommitted
docs: require American English in javadoc/comments/identifiers
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 343341b commit fe929f9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,7 @@ Built `.dylib/.so/.dll` are git-ignored; they are regenerated from the submodule
8484
`<strong>`,`<pre>`,`<table>`, …). Use blank `///` for paragraphs, `- ` lists, ` ```java ``` `,
8585
`**bold**`. Cross-refs `[ClassName#method(ParamType)]` — verify the target exists (wrong refs are
8686
**errors**).
87+
- **American English everywhere** (javadoc, comments, identifiers): `recognize`/`optimize`/
88+
`finalize`/`serialize`/`behavior`/`color`, never `-ise`/`-isation`/`-our`. Matches the JDK
89+
(`Object.finalize`, `Serializable`) and zstd's C docs.
8790
- Check: `./mvnw javadoc:javadoc -pl core` must produce zero output.

0 commit comments

Comments
 (0)