Skip to content

Commit be4597b

Browse files
committed
Remove semi-colons and full-stops from list-item endings
1 parent 06bceda commit be4597b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

readme.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,12 @@ into an [NLCST][nlcst] tree.
5353

5454
###### Parameters
5555

56-
* `node` ([`MDASTNode`][mdast]) — Syntax tree (with positional
57-
information);
58-
* `file` ([`VFile`][vfile]);
56+
* `node` ([`MDASTNode`][mdast])
57+
— Syntax tree (with positional information)
58+
* `file` ([`VFile`][vfile])
5959
* `parser` (`Function`)
60-
— Constructor of an NLCST parser, such as
61-
[**parse-english**][english], [**parse-dutch**][dutch],
62-
or [**parse-latin**][latin].
60+
— Constructor of an NLCST parser, such as [**parse-english**][english],
61+
[**parse-dutch**][dutch], or [**parse-latin**][latin]
6362

6463
###### Returns
6564

0 commit comments

Comments
 (0)