snake_case -> camelCase in docs

This commit is contained in:
Thomas Denney
2016-07-19 11:42:42 +01:00
parent 64ebb5c8c3
commit 6a5cfae5ff
6 changed files with 18 additions and 18 deletions

View File

@ -86,7 +86,7 @@ Sprite - If the sprite is on the edge, the sprite will bounce
![](/static/mb/game-library/if-on-edge-bounce-0.png)
```
export function ifOnEdge_Bounce(_this: micro_bitSprites.LedSprite)
export function ifOnEdgeBounce(_this: micro_bitSprites.LedSprite)
```
### [Change score by](/reference/game/change-score-by)