Skip to content

Commit 472cacc

Browse files
committed
Completely reverted changes made to 纤 and 尘
1 parent 044078e commit 472cacc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/hanzi2num.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,8 @@ const MULT_WORDS = {
105105
{ str: "忽", exp: -5 },
106106
{ str: "微", exp: -6 },
107107
{ str: "纖", exp: -7 },
108-
{ str: "纤", exp: -7 },
109-
//{ str: "沙", exp: -8 },
108+
{ str: "沙", exp: -8 },
110109
{ str: "塵", exp: -9 },
111-
//{ str: "尘", exp: -9 },
112110
{ str: "埃", exp: -10 },
113111
{ str: "渺", exp: -11 },
114112
{ str: "漠", exp: -12 }

0 commit comments

Comments
 (0)