File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments