Skip to content

Commit d190ee7

Browse files
authored
Fix typo
Closes GH-34. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 5abd634 commit d190ee7

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
@@ -16,7 +16,7 @@ export {CONTINUE, SKIP, EXIT}
1616
* @param tree Abstract syntax tree to walk
1717
* @param test Test, optional
1818
* @param visitor Function to run for each node
19-
* @param reverse Fisit the tree in reverse, defaults to false
19+
* @param reverse Visit the tree in reverse, defaults to false
2020
*/
2121
export const visit =
2222
/**

0 commit comments

Comments
 (0)