Skip to content

Commit

Permalink
Fix typo in comments of text.mjs (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
bohanjun committed Mar 13, 2024
1 parent 7ad8179 commit a367c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules_inline/text.mjs
Expand Up @@ -58,7 +58,7 @@ export default function text (state, silent) {
// Alternative implementation, for memory.
//
// It costs 10% of performance, but allows extend terminators list, if place it
// to `ParcerInline` property. Probably, will switch to it sometime, such
// to `ParserInline` property. Probably, will switch to it sometime, such
// flexibility required.

/*
Expand Down

0 comments on commit a367c44

Please sign in to comment.