Skip to content

Commit 87085c5

Browse files
committed
done
1 parent 9e676eb commit 87085c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/data/examples/zh-Hans/15_Instance_Mode/01_Instantiating.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let sketch = function (p) {
1919

2020
let myp5 = new p5(sketch);
2121

22-
// “ 全局模式 ” 作为对照
22+
// “全局模式” 作为对照
2323
// let x = 100;
2424
// let y = 100;
2525

src/data/examples/zh-Hans/15_Instance_Mode/02_Instance_Container.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</html>
2929

3030

31-
<!-- 传递指向容器元素的指针 -->
31+
<!-- 传递指向容器元素的指标 -->
3232
<!DOCTYPE html>
3333
<head>
3434
<script src='p5.js'></script>
@@ -48,7 +48,7 @@
4848
</html>
4949

5050

51-
<!-- 创建一个元素,添加至 body 传递指针 -->
51+
<!-- 创建一个元素,添加至 body 并传递指标 -->
5252
<!DOCTYPE html>
5353
<head>
5454
<script src='p5.js'></script>

0 commit comments

Comments
 (0)