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

@ -21,7 +21,7 @@ Point point.shift(float angle, float distance)
points.A = new Point(90, 40)
.setText("Point A", "right text-sm")
points.B = points.A.shift(155, 70)
.setText("Point B is point A shifted 7cm\nat a 155 degree angle", "text-sm")
.setText("Point B is point A shifted 7 cm\nat a 155 degree angle", "text-sm")
.attr("data-text-lineheight", 6)
macro("ld", {