Skip to content

Commit b101ce6

Browse files
committed
Merge pull request #146 from tingstad
* gh-146: Fix typo in README Closes gh-146
2 parents b6611a1 + 53270a7 commit b101ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ code bunched up to the right of your screen you should take that as a signal to
230230
it helps when reading the code and debugging.
231231

232232
==== Whitespace
233-
Keeping whitespace lines out method bodies can help make the code easier to scan.
233+
Keeping whitespace lines out of method bodies can help make the code easier to scan.
234234
If blank lines are only included between methods it becomes easier to see the overall structure of the class.
235235
If you find you need whitespace inside your method, consider if extracting a private method might give a better result.
236236

0 commit comments

Comments
 (0)