Skip to content

Commit a903005

Browse files
committed
Rebuild distribution files
1 parent 4290da2 commit a903005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mdast-util-heading-range.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function search(root, test, callback) {
117117

118118
nodes = callback(
119119
children[start],
120-
children.slice(start + 1, end - start + 1),
120+
children.slice(start + 1, end),
121121
children[end],
122122
{
123123
'parent': root,

mdast-util-heading-range.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)