Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 21, 2025
1 parent 56c75cf commit 45032ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ console.log(output)
/**
* @this {CompileContext}
* @type {Handle}
* @returns {undefined}
* @returns {false | undefined}
*/
function abbr(d) {
if (d.type !== 'textDirective') return false
Expand Down

0 comments on commit 45032ec

Please sign in to comment.