diff options
| author | yui-knk <spiketeika@gmail.com> | 2015-08-23 09:53:31 +0900 |
|---|---|---|
| committer | yui-knk <spiketeika@gmail.com> | 2015-08-23 09:53:31 +0900 |
| commit | fedfc3bc122845826c51e99b7c19a004d72ea05a (patch) | |
| tree | c8d0f61870a4f0daa2003f2732efe8d0b218cdcc | |
| parent | 95cb2e3a8a306701d3720fa5e1a9486655aea923 (diff) | |
| download | rails-fedfc3bc122845826c51e99b7c19a004d72ea05a.tar.gz rails-fedfc3bc122845826c51e99b7c19a004d72ea05a.tar.bz2 rails-fedfc3bc122845826c51e99b7c19a004d72ea05a.zip | |
[ci skip] Add style guide about comma
| -rw-r--r-- | guides/source/api_documentation_guidelines.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/source/api_documentation_guidelines.md b/guides/source/api_documentation_guidelines.md index 46c9013087..8e9833c381 100644 --- a/guides/source/api_documentation_guidelines.md +++ b/guides/source/api_documentation_guidelines.md @@ -84,6 +84,11 @@ English Please use American English (*color*, *center*, *modularize*, etc). See [a list of American and British English spelling differences here](http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences). +Comma +------- + +Please use Oxford comma (*red, white, and blue* style). See [the detail of Oxford comma](http://en.wikipedia.org/wiki/Serial_comma). + Example Code ------------ |
