Skip to content

Commit

Permalink
fix mm unit
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Jul 12, 2024
1 parent 37bd2d4 commit 5a41024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/init/qsp-units.heta
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ um #defineUnit {
units: [ { kind: metre, multiplier: 1e-6 } ]
};
mm #defineUnit {
units: [ { kind: metre, multiplier: 1e-13 } ]
units: [ { kind: metre, multiplier: 1e-3 } ]
};
cm #defineUnit {
units: [ { kind: metre, multiplier: 1e-2 } ]
Expand Down

0 comments on commit 5a41024

Please sign in to comment.