Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes GH-34.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
jangxyz committed Mar 6, 2022
1 parent 5abd634 commit d190ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export {CONTINUE, SKIP, EXIT}
* @param tree Abstract syntax tree to walk
* @param test Test, optional
* @param visitor Function to run for each node
* @param reverse Fisit the tree in reverse, defaults to false
* @param reverse Visit the tree in reverse, defaults to false
*/
export const visit =
/**
Expand Down

0 comments on commit d190ee7

Please sign in to comment.