Skip to content

Commit 973d68c

Browse files
committed
fix typo
1 parent 7d5e985 commit 973d68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v0.3/handbook/libraries/stdlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ commit
13011301
[#canvas/root width: 100 height: 100 children:
13021302
[#canvas/path children:
13031303
[type: "lineTo" x: 50 y: 0]
1304-
[type: "arcTo: x1: 50 y1: 0 x2: 55 y2: 5 radius: 5]
1304+
[type: "arcTo" x1: 50 y1: 0 x2: 55 y2: 5 radius: 5]
13051305
[type: "lineTo" x: 55 y: 55]]]
13061306
~~~</code>
13071307
</td>

0 commit comments

Comments
 (0)