Browse Source

Fix typo

pull/857/head
Mizux 2 years ago
committed by GitHub
parent
commit
c7e36eb12d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/rules_core/replacements.js

2
lib/rules_core/replacements.js

@ -13,7 +13,7 @@
// TODO:
// - fractionals 1/2, 1/4, 3/4 -> ½, ¼, ¾
// - miltiplication 2 x 4 -> 2 × 4
// - multiplications 2 x 4 -> 2 × 4
var RARE_RE = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/;

Loading…
Cancel
Save