Skip to content

Commit a5106ae

Browse files
Nondvbbatsov
authored andcommitted
Add absent bullet to #prefer-docstrings rule (bbatsov#157)
1 parent 4d35cd6 commit a5106ae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,9 +1590,10 @@ the `:doc` metadata attribute.
15901590
This section outlines some of the common conventions and best
15911591
practices for documenting Clojure code.
15921592
1593-
<a name="prefer-docstrings"></a>
1594-
If a form supports docstrings directly prefer them over using `:doc` metadata:
1595-
<sup>[[link](#prefer-docstrings)]</sup>
1593+
1594+
* <a name="prefer-docstrings"></a>
1595+
If a form supports docstrings directly prefer them over using `:doc` metadata:
1596+
<sup>[[link](#prefer-docstrings)]</sup>
15961597
15971598
```clojure
15981599
# good

0 commit comments

Comments
 (0)