Skip to content

Commit d68827b

Browse files
committed
Refactor code-style
1 parent 540af33 commit d68827b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function one(node) {
3434
function all(node) {
3535
const children = node.children
3636
let index = -1
37-
/** @type {Array.<string>} */
37+
/** @type {Array<string>} */
3838
const result = []
3939

4040
while (++index < children.length) {

0 commit comments

Comments
 (0)