Skip to content

Commit 063385d

Browse files
committed
Add missing closing </a>.
1 parent 65b4b62 commit 063385d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ when there are no arguments on the same line as the function name.
165165
[x] (bar x))
166166
```
167167

168-
* <a name="docstring-after-fn-name">
168+
* <a name="docstring-after-fn-name"></a>
169169
When adding a docstring – especially to a function using the above form – take
170170
care to correctly place the docstring after the function name, not after the
171171
argument vector. The latter is not invalid syntax and won’t cause an error,

0 commit comments

Comments
 (0)