Skip to content

Commit 7068ca6

Browse files
committed
fixed typo in Coordinates example in Chinese
1 parent eac4015 commit 7068ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/zh-Hans/00_Structure/00_Coordinates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @name 坐标
3-
* @description 绘制到屏幕上的所有形状都有一个指定为坐标的位置。所有的坐标都是以像素为单位,以距原点的距离来衡量的。原点 [0,0] 是窗口左上角的坐标,右下角的坐标是 [宽度-, 高度-1] 。
3+
* @description 绘制到屏幕上的所有形状都有一个指定为坐标的位置。所有的坐标都是以像素为单位,以距原点的距离来衡量的。原点 [0,0] 是窗口左上角的坐标,右下角的坐标是 [宽度-1, 高度-1] 。
44
*/
55
function setup() {
66
// 制作一个 720 像素宽 400 像素高的画布。

0 commit comments

Comments
 (0)