diff options
author | Hendy Tanata <htanata@gmail.com> | 2011-05-31 17:04:16 +0800 |
---|---|---|
committer | Hendy Tanata <htanata@gmail.com> | 2011-05-31 17:09:33 +0800 |
commit | b13a0ceb5f1ff52d0a1519986e04f8fe5b30c4aa (patch) | |
tree | 5784f47025da53efe1bb8f010274542bcc29c497 /railties/guides/source/api_documentation_guidelines.textile | |
parent | bdd7ecb34e5adf62b4e433454f8818f3ec6c42bf (diff) | |
download | rails-b13a0ceb5f1ff52d0a1519986e04f8fe5b30c4aa.tar.gz rails-b13a0ceb5f1ff52d0a1519986e04f8fe5b30c4aa.tar.bz2 rails-b13a0ceb5f1ff52d0a1519986e04f8fe5b30c4aa.zip |
Fix punctuation.
Diffstat (limited to 'railties/guides/source/api_documentation_guidelines.textile')
-rw-r--r-- | railties/guides/source/api_documentation_guidelines.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/api_documentation_guidelines.textile b/railties/guides/source/api_documentation_guidelines.textile index 48f6f04b21..b17f800702 100644 --- a/railties/guides/source/api_documentation_guidelines.textile +++ b/railties/guides/source/api_documentation_guidelines.textile @@ -37,7 +37,7 @@ h3. Example Code Choose meaningful examples that depict and cover the basics as well as interesting points or gotchas. -Use two spaces to indent chunks of code.—that is two spaces with respect to the left margin; the examples +Use two spaces to indent chunks of code--that is two spaces with respect to the left margin; the examples themselves should use "Rails coding conventions":contributing_to_ruby_on_rails.html#follow-the-coding-conventions. Short docs do not need an explicit "Examples" label to introduce snippets, they just follow paragraphs: |