1
0
Fork 0

fix(docs): Insert space between numbers and SI units

This commit is contained in:
Benjamin F 2022-12-26 07:00:16 -08:00
parent d0415b33a5
commit 7b8b6997d0
11 changed files with 24 additions and 24 deletions

View file

@ -66,7 +66,7 @@ export default function (part) {
// If we're short, increase the tweak factor
else tweak = tweak * 1.02
} while (Math.abs(delta) > 2 && runs < 25)
// Keep doing this until we're off by less than 2mm or we tried 25 times
// Keep doing this until we're off by less than 2 mm or we tried 25 times
```
A few things that are important: