aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/api_documentation_guidelines.md
diff options
context:
space:
mode:
authorSunny Ripert <sunny@sunfox.org>2013-05-28 14:37:04 +0200
committerSunny Ripert <sunny@sunfox.org>2013-05-28 14:38:02 +0200
commit53607be559ec60e3b5bd915f8533550648f7ef8a (patch)
treef0d6d76729acf3f28d011e49bd70219ddfdb311f /guides/source/api_documentation_guidelines.md
parent70b302b189dbe9f90e3b081fa540c909a43ba8d0 (diff)
downloadrails-53607be559ec60e3b5bd915f8533550648f7ef8a.tar.gz
rails-53607be559ec60e3b5bd915f8533550648f7ef8a.tar.bz2
rails-53607be559ec60e3b5bd915f8533550648f7ef8a.zip
Remove double spaces in guides
Diffstat (limited to 'guides/source/api_documentation_guidelines.md')
-rw-r--r--guides/source/api_documentation_guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/api_documentation_guidelines.md b/guides/source/api_documentation_guidelines.md
index d2fdbc7ac0..7e056d970c 100644
--- a/guides/source/api_documentation_guidelines.md
+++ b/guides/source/api_documentation_guidelines.md
@@ -141,7 +141,7 @@ class Array
end
```
-WARNING: Using a pair of `+...+` for fixed-width font only works with **words**; that is: anything matching `\A\w+\z`. For anything else use `<tt>...</tt>`, notably symbols, setters, inline snippets, etc.
+WARNING: Using a pair of `+...+` for fixed-width font only works with **words**; that is: anything matching `\A\w+\z`. For anything else use `<tt>...</tt>`, notably symbols, setters, inline snippets, etc.
### Regular Font