Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2402,7 +2402,7 @@ condition](#safe-assignment-in-condition).
<sup>[[link](#visibility)]</sup>

* <a name="indent-public-private-protected"></a>
Indent the `public`, `protected`, and `private` methods as much the method
Indent the `public`, `protected`, and `private` methods as much as the method
definitions they apply to. Leave one blank line above the visibility modifier
and one blank line below in order to emphasize that it applies to all methods
below it.
Expand Down