Skip to content

Commit 05c24d9

Browse files
author
Xavier Godart
committed
fix typo
1 parent 4114454 commit 05c24d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/runal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ The **console.log** file is deleted upon exit.
470470
### Events
471471

472472
#### onKey(c, key)
473-
Listen to keyboard events. Key contains the key string. **It's a root function, which means it should be placed at the same level as **setup()** and **draw()**.
473+
Listen to keyboard events. Key contains the key string. It's a root function, which means it should be placed at the same level as **setup()** and **draw()**.
474474
```js
475475
// mySketch.js
476476
setup(c) { ... }

0 commit comments

Comments
 (0)