Skip to content

Commit 919bc05

Browse files
committed
Remove semi-colons from list-item endings
1 parent 7aae66d commit 919bc05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ This document describes version 1.0.0 of **NLCST**.
3535
## List of Utilities
3636

3737
* [`nlcst-is-literal`](https://github.com/syntax-tree/nlcst-is-literal)
38-
— Check whether a node is meant literally;
38+
— Check whether a node is meant literally
3939
* [`nlcst-normalize`](https://github.com/syntax-tree/nlcst-normalize)
40-
— Normalize a word for easier comparison;
40+
— Normalize a word for easier comparison
4141
* [`nlcst-search`](https://github.com/syntax-tree/nlcst-search)
42-
— Search for patterns in an NLCST tree;
42+
— Search for patterns in an NLCST tree
4343
* [`nlcst-to-string`](https://github.com/syntax-tree/nlcst-to-string)
44-
— Stringify a node;
44+
— Stringify a node
4545
* [`nlcst-test`](https://github.com/syntax-tree/nlcst-test)
46-
— Validate a NLCST node;
46+
— Validate a NLCST node
4747

4848
In addition, see [**Unist**][unist] for other utilities which
4949
work with **retext** nodes.

0 commit comments

Comments
 (0)