mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Created Spelling (markdown)
parent
6b8b0ebba6
commit
435bdc5132
13
Spelling.md
Normal file
13
Spelling.md
Normal file
@ -0,0 +1,13 @@
|
||||
This page documents the spelling choices that the Go project has made for English words.
|
||||
|
||||
This page is a statement of policy. Do not edit it without approval/discussion.
|
||||
|
||||
Policy:
|
||||
|
||||
* American spellings over British spellings
|
||||
* **iff** means "if or only iff" (https://en.wiktionary.org/wiki/iff), but we don't use it in public-facing docs (not if it'd show up in exported identifiers in godoc)
|
||||
* avoid Latin abbreviations in godoc
|
||||
* use **cancellation** (two ells), not cancelation. See https://golang.org/cl/170060
|
||||
* use **canceled** (one ell), not cancelled.
|
||||
* use **canceling** (one ell), not cancelling.
|
||||
* use **marshaling**, **marshaled** etc (single ell). See https://golang.org/cl/33017
|
Loading…
x
Reference in New Issue
Block a user