probablykasper / cpc

Text calculator with support for units and conversion
https://crates.io/crates/cpc
MIT License
121 stars 14 forks source link

Quarter unit treated as month #2

Closed ethwu closed 3 years ago

ethwu commented 3 years ago

I believe there's a typo in lexer.rs where (a) quarter is misspelled as quater (and quaters) and (b) the unit assigned is Unit::Month instead of Unit::Quarter.

probablykasper commented 3 years ago

The fix is out in v1.0.2