Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux authored Mar 29, 2022
1 parent 6da0103 commit c7e36eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules_core/replacements.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/;

Expand Down

0 comments on commit c7e36eb

Please sign in to comment.