From 5f03ff2ea74c5ff63677c8cf58214f5360d51f07 Mon Sep 17 00:00:00 2001 From: fishermand46 Date: Mon, 1 Sep 2014 20:38:14 -0500 Subject: [PATCH] Fix comment indent specification. The specification for multi-line comments said to indent two spaces after the '#', but the example shoed three spaces. I fixed the specification to be consistent with the example. Fixes Issue #352. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab8f77ee5..8afc08e4f 100644 --- a/README.md +++ b/README.md @@ -1981,7 +1981,7 @@ Translations of the guide are available in the following languages: * If multiple lines are required to describe the problem, subsequent lines - should be indented two spaces after the `#`. + should be indented three spaces after the `#`. [[link](#indent-annotations)] ```Ruby