diff options
| author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-08-16 00:07:17 +0530 |
|---|---|---|
| committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-08-16 00:07:17 +0530 |
| commit | 176f0888d85da38e3ae95f74b419d22e347d7a81 (patch) | |
| tree | 0a46e2a790cf34785b7e8048e21fb598010e23e8 /guides/source/api_documentation_guidelines.textile | |
| parent | ebb4a3d5becd535074502a4bf1b61a5b18e30917 (diff) | |
| parent | 62499bcb9d8aa65636f5cd3ace2a818ffd4e2f8a (diff) | |
| download | rails-176f0888d85da38e3ae95f74b419d22e347d7a81.tar.gz rails-176f0888d85da38e3ae95f74b419d22e347d7a81.tar.bz2 rails-176f0888d85da38e3ae95f74b419d22e347d7a81.zip | |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'guides/source/api_documentation_guidelines.textile')
| -rw-r--r-- | guides/source/api_documentation_guidelines.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/api_documentation_guidelines.textile b/guides/source/api_documentation_guidelines.textile index c6aa1f0a2b..3de5b119ee 100644 --- a/guides/source/api_documentation_guidelines.textile +++ b/guides/source/api_documentation_guidelines.textile @@ -127,7 +127,7 @@ class Array end </ruby> -WARNING: Using a pair of ++...++ for fixed-width font only works with *words*; that is: anything matching <tt>\A\w+\z</tt>. 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 <tt>\A\w+\z</tt>. For anything else use +<tt>...</tt>+, notably symbols, setters, inline snippets, etc. h4. Regular Font |
