aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/api_documentation_guidelines.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2015-10-22 20:56:50 +0200
committerXavier Noria <fxn@hashref.com>2015-10-22 20:56:50 +0200
commitb9d1e101b4982dd9c9359b2824589c3783effa26 (patch)
treefc002658e70ae2657e568c5ddfe32baf03284518 /guides/source/api_documentation_guidelines.md
parent23eb2e1a99044d14e1f3e280cc3ca9a839d4a392 (diff)
downloadrails-b9d1e101b4982dd9c9359b2824589c3783effa26.tar.gz
rails-b9d1e101b4982dd9c9359b2824589c3783effa26.tar.bz2
rails-b9d1e101b4982dd9c9359b2824589c3783effa26.zip
API guidelines reword re the Oxford comma [ci skip]
Diffstat (limited to 'guides/source/api_documentation_guidelines.md')
-rw-r--r--guides/source/api_documentation_guidelines.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/guides/source/api_documentation_guidelines.md b/guides/source/api_documentation_guidelines.md
index 526bf768cc..73e62eb6d9 100644
--- a/guides/source/api_documentation_guidelines.md
+++ b/guides/source/api_documentation_guidelines.md
@@ -84,10 +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
--------
+Oxford Comma
+------------
-Please use the Oxford comma (*red, white, and blue* style). See [the detail of Oxford comma](http://en.wikipedia.org/wiki/Serial_comma).
+Please use the [Oxford comma](http://en.wikipedia.org/wiki/Serial_comma)
+("red, white, and blue", instead of "red, white and blue").
Example Code
------------