Skip to content

Commit 61772a1

Browse files
committed
Remove semi-colons and full-stops in list-item endings
1 parent 29f3176 commit 61772a1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ is(test, node, 5, parent); // true
4747
node.type === test}`.
4848
When `array`, checks any one of the subtests pass.
4949
When `object`, checks that all keys in `test` are in `node`,
50-
and that they have (strictly) equal values.
51-
* `node` ([`Node`][node]) — Node to check. `false` is returned;
52-
* `index` (`number`, optional) — Position of `node` in `parent`;
53-
* `parent` (`Node`, optional) — Parent of `node`;
54-
* `context` (`*`, optional) — Context object to invoke `test` with.
50+
and that they have (strictly) equal values
51+
* `node` ([`Node`][node]) — Node to check. `false` is returned
52+
* `index` (`number`, optional) — Position of `node` in `parent`
53+
* `parent` (`Node`, optional) — Parent of `node`
54+
* `context` (`*`, optional) — Context object to invoke `test` with
5555

5656
###### Returns
5757

@@ -62,9 +62,9 @@ with `type` set to non-empty `string`).
6262

6363
###### Parameters
6464

65-
* `node` (`Node`) — Node to test;
66-
* `index` (`number?`) — Position of `node` in `parent`;
67-
* `parent` (`Node?`) — Parent of `node`.
65+
* `node` (`Node`) — Node to test
66+
* `index` (`number?`) — Position of `node` in `parent`
67+
* `parent` (`Node?`) — Parent of `node`
6868

6969
###### Context
7070

0 commit comments

Comments
 (0)