We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6611a1 + 53270a7 commit b101ce6Copy full SHA for b101ce6
README.adoc
@@ -230,7 +230,7 @@ code bunched up to the right of your screen you should take that as a signal to
230
it helps when reading the code and debugging.
231
232
==== Whitespace
233
-Keeping whitespace lines out method bodies can help make the code easier to scan.
+Keeping whitespace lines out of method bodies can help make the code easier to scan.
234
If blank lines are only included between methods it becomes easier to see the overall structure of the class.
235
If you find you need whitespace inside your method, consider if extracting a private method might give a better result.
236
0 commit comments