SciNim / Unchained

A fully type safe, compile time only units library.
https://scinim.github.io/Unchained
109 stars 0 forks source link

fix extra colon in parse_units.nim #41

Closed metagn closed 1 year ago

metagn commented 1 year ago

This should be a syntax error, but the Nim compiler allows it by mistake.

Vindaar commented 1 year ago

Oops, good catch and thanks!