Skip to content

Commit 53270a7

Browse files
tingstadwilkinsona
authored andcommitted
Fix typo in README
See gh-146
1 parent b6611a1 commit 53270a7

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)