Skip to content

Commit 7ea19e5

Browse files
yakryderbbatsov
authored andcommitted
Abbreviate 'Line Breaks in ns'
Currently it's a run-on sentence that is difficult to follow. The proposed iteration is much shorter and easier to read while maintaining a similar meaning.
1 parent ddbb178 commit 7ea19e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,8 @@ Start every namespace with a comprehensive `ns` form, comprised of
375375

376376
=== Line Breaks in `ns` [[line-break-ns-declaration]]
377377

378-
When there are multiple dependencies, you may want to start them on
379-
a new line, then insert line breaks after each one for easier sorting,
380-
readability if it's a long line, and to reduce diffing when only there
381-
is only a change related to one dependency.
378+
When there are multiple dependencies, you may want give each one its own line.
379+
This facilitates sorting, readability, and cleaner diffs for dependency changes.
382380

383381
[source,clojure]
384382
----

0 commit comments

Comments
 (0)