Skip to content

Commit e08196e

Browse files
Update src/data/examples/zh-Hans/05_Image/00_Load_and_Display_Image.js
Co-Authored-By: Kenneth Lim <[email protected]>
1 parent 45a1d74 commit e08196e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/zh-Hans/05_Image/00_Load_and_Display_Image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 本地伺服器</a>上。</span></em></p>
66
77
*/
8-
let img; // 声明变量'img'
8+
let img; // 声明变量 'img'
99

1010
function setup() {
1111
createCanvas(720, 400);

0 commit comments

Comments
 (0)