Skip to content

Commit c50370a

Browse files
committed
Merge pull request #346 from ShPakvel/fix_comment_annotation_indentation
correct and match annotation indentation description with example
2 parents 1f212d4 + 89db86e commit c50370a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,8 @@ condition](#safe-assignment-in-condition).
19981998

19991999
* <a name="indent-annotations"></a>
20002000
If multiple lines are required to describe the problem, subsequent lines
2001-
should be indented two spaces after the `#`.
2001+
should be indented three spaces after the `#` (one general plus two for
2002+
indentation purpose).
20022003
<sup>[[link](#indent-annotations)]</sup>
20032004

20042005
```Ruby

0 commit comments

Comments
 (0)