Skip to content

Commit 0b9c3cb

Browse files
committed
Remove semi-colons and full-stops from list-item endings
1 parent 70cdade commit 0b9c3cb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

readme.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,11 @@ quux
6060
Check if the node in `parent` at `position` is enclosed
6161
by matching delimiters.
6262

63-
For example, in:
63+
For example, `foo` is literal in the following samples:
6464

65-
* `Foo - is meant as a literal.`;
66-
* `Meant as a literal is - foo.`;
67-
* `The word “foo” is meant as a literal.`;
68-
69-
...`foo` is literal.
65+
* `Foo - is meant as a literal.`
66+
* `Meant as a literal is - foo.`
67+
* `The word “foo” is meant as a literal.`
7068

7169
## License
7270

0 commit comments

Comments
 (0)