diff options
author | Richard Schneeman <richard.schneeman@gmail.com> | 2015-08-22 21:07:33 -0500 |
---|---|---|
committer | Richard Schneeman <richard.schneeman@gmail.com> | 2015-08-22 21:07:33 -0500 |
commit | 55320fa9eb73498e55475d187787c135613441ab (patch) | |
tree | c4a81c04dae8b61671134cdbee880c798ba73332 /guides/source | |
parent | 5fe141638f1243ac6ae187ae14aa398b4c1875a2 (diff) | |
parent | fedfc3bc122845826c51e99b7c19a004d72ea05a (diff) | |
download | rails-55320fa9eb73498e55475d187787c135613441ab.tar.gz rails-55320fa9eb73498e55475d187787c135613441ab.tar.bz2 rails-55320fa9eb73498e55475d187787c135613441ab.zip |
Merge pull request #21334 from yui-knk/doc/about_comma_style
[ci skip] Add style guide about comma
Diffstat (limited to 'guides/source')
-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 ------------ |