From ccbf1597b793e8de11b2cd19dd18f18d0b0b2182 Mon Sep 17 00:00:00 2001 From: amitkumarsuroliya Date: Sat, 19 Sep 2015 13:44:54 +0530 Subject: Replace `#=>` with `# =>` [ci skip] @rafaelfranca suggested in https://github.com/rails/rails/commit/f7c7bcd9c2a8b0e8c2840295d001d2d4dfd4cfae that code examples should display the result after `# =>` and not after `#=>`. --- guides/source/api_documentation_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/api_documentation_guidelines.md') diff --git a/guides/source/api_documentation_guidelines.md b/guides/source/api_documentation_guidelines.md index a4feff798d..526bf768cc 100644 --- a/guides/source/api_documentation_guidelines.md +++ b/guides/source/api_documentation_guidelines.md @@ -239,7 +239,7 @@ You can quickly test the RDoc output with the following command: ``` $ echo "+:to_param+" | rdoc --pipe -#=>

:to_param

+# =>

:to_param

``` ### Regular Font -- cgit v1.2.3