adamwdraper / Numeral-js

A javascript library for formatting and manipulating numbers.
http://numeraljs.com
MIT License
9.65k stars 926 forks source link

fix error in abbreviation #761

Open kianomoomi opened 2 years ago

kianomoomi commented 2 years ago

Fixes #711

when abbreviation was being checked to find what kind it is, the space before the letter was not being checked and this caused error in showing abbreviation in some conditions.