Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Oct 8, 2021
1 parent 15ade7c commit 2fe924f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- new static methods in `Memory` class. See [documentation](using-memory.md) for more info

#### BREAKING CHANGES
- `asFloat` has been removed in favor of `Memory.toFloat`
- `asFloat` has been removed in favor of `Memory.ToFloat`
- class `Object` has been renamed to `ScriptObject` to avoid conflicts with native JavaScript Object.
- deprecated command `isKeyPressed` has been deleted. Use `Pad.isKeyPressed` instead

Expand Down

0 comments on commit 2fe924f

Please sign in to comment.