Browse Source

Fix typo in comments of text.mjs (#1015)

master
Bohan Wei 2 months ago
committed by GitHub
parent
commit
a367c44154
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      lib/rules_inline/text.mjs

2
lib/rules_inline/text.mjs

@ -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.
/*

Loading…
Cancel
Save