Skip to content

Commit 3d4ff6e

Browse files
committed
Remove semi-colons and full-stops from list-item endings
1 parent f643426 commit 3d4ff6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Stringify the given [NLCST][] node (or list of nodes).
3333

3434
###### Parameters
3535

36-
* `node` ([`NLCSTNode`][nlcst] or `Array.<NLCSTNode>`).
36+
* `node` ([`NLCSTNode`][nlcst] or `Array.<NLCSTNode>`)
3737
* `separator` (`string`, optional, default: `''`)
38-
— Value to separate each item with.
38+
— Value to separate each item with
3939

4040
###### Returns
4141

0 commit comments

Comments
 (0)