Skip to content

Commit 6b5bdc2

Browse files
authored
Fix numbering on bulleted list in documentation.md (JuliaLang#57581)
This doesn't impact how the markdown is rendered, but it is nice for folks viewing the source.
1 parent a984a21 commit 6b5bdc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/manual/documentation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,12 @@ As in the example above, we recommend following some simple conventions when wri
217217

218218
Docstrings are edited using the same tools as code. Therefore, the same conventions should apply.
219219
It is recommended that lines are at most 92 characters wide.
220-
6. Provide information allowing custom types to implement the function in an
220+
10. Provide information allowing custom types to implement the function in an
221221
`# Implementation` section. These implementation details are intended for developers
222222
rather than users, explaining e.g. which functions should be overridden and which
223223
functions automatically use appropriate fallbacks. Such details are best kept separate
224224
from the main description of the function's behavior.
225-
5. For long docstrings, consider splitting the documentation with an
225+
11. For long docstrings, consider splitting the documentation with an
226226
`# Extended help` header. The typical help-mode will show only the
227227
material above the header; you can access the full help by adding a '?'
228228
at the beginning of the expression (i.e., "??foo" rather than "?foo").

0 commit comments

Comments
 (0)