Fix some titles, sigs in ref docs (#2128)
* Fix some title and sigs in ref docs * better buffer source
This commit is contained in:
@ -4,8 +4,7 @@ Make a [sprite](/reference/game/create-sprite) on the edge of the
|
||||
[LED screen](/device/screen) bounce away.
|
||||
|
||||
```sig
|
||||
let item = game.createSprite(0, 2);
|
||||
item.ifOnEdgeBounce();
|
||||
game.createSprite(0, 2).ifOnEdgeBounce();
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
Reference in New Issue
Block a user