From 82758f66edd0d2e41404554772c568a608ce5750 Mon Sep 17 00:00:00 2001 From: Eric Turner Date: Tue, 27 Jan 2015 16:27:43 +0900 Subject: [PATCH] Fix typo (method indentation) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e719e8708..64340dc56 100644 --- a/README.md +++ b/README.md @@ -2402,7 +2402,7 @@ condition](#safe-assignment-in-condition). [[link](#visibility)] * - 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.