Skip to content

Commit 3fcf554

Browse files
committed
Remove semi-colons and full-stops from list-item endings
1 parent 4d8f697 commit 3fcf554

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

readme.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ Search `tree` for comment ranges (“zones”).
7070

7171
###### Parameters
7272

73-
* `tree` ([`Node`][mdast]) — Node to search for ranges.
74-
* `name` (`string`) — Name of ranges to search for;
75-
* `handler` ([`Function`][handler]) — Function invoked for each found
76-
range.
73+
* `tree` ([`Node`][mdast]) — Node to search for ranges
74+
* `name` (`string`) — Name of ranges to search for
75+
* `handler` ([`Function`][handler]) — Function invoked for each found range
7776

7877
#### `function handler(start, nodes, end)`
7978

@@ -82,9 +81,9 @@ and the last `end`, and the content inside.
8281

8382
###### Parameters
8483

85-
* `start` ([`Node`][mdast]) — Start of range (an HTML comment node);
86-
* `nodes` (`Array.<Node>`) — Nodes between `start` and `end`;
87-
* `end` ([`Node`][mdast]) — End of range (an HTML comment node);
84+
* `start` ([`Node`][mdast]) — Start of range (an HTML comment node)
85+
* `nodes` (`Array.<Node>`) — Nodes between `start` and `end`
86+
* `end` ([`Node`][mdast]) — End of range (an HTML comment node)
8887

8988
###### Returns
9089

0 commit comments

Comments
 (0)