Skip to content

Commit a640fd4

Browse files
Update src/data/examples/zh-Hans/05_Image/05_Pointillism.js
Co-Authored-By: Kenneth Lim <[email protected]>
1 parent 18c6630 commit a640fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/zh-Hans/05_Image/05_Pointillism.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function preload() {
1717

1818
function setup() {
1919
createCanvas(720, 400);
20-
// 设置最小点宽度为4,最大点宽度为40
20+
// 设置最小点宽度为 4,最大点宽度为 40
2121
smallPoint = 4;
2222
largePoint = 40;
2323
imageMode(CENTER);

0 commit comments

Comments
 (0)