Skip to content

Commit 82758f6

Browse files
committed
Fix typo (method indentation)
1 parent c50370a commit 82758f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2402,7 +2402,7 @@ condition](#safe-assignment-in-condition).
24022402
<sup>[[link](#visibility)]</sup>
24032403

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

0 commit comments

Comments
 (0)