Browse Source

Merge pull request #857 from Mizux/patch-1

Fix typo
pull/858/head
Vitaly Puzrin 2 years ago
committed by GitHub
parent
commit
7f0bc25582
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