Fixing parameters

This commit is contained in:
Ron Hale-Evans
2016-07-18 10:39:41 -07:00
parent df5989760c
commit 1831c30050
6 changed files with 13 additions and 8 deletions

View File

@ -12,7 +12,9 @@ music.rest(400)
### Parameters
* a [number](/reference/types/number) saying how many milliseconds the micro:bit should rest. One second is 1000 milliseconds.
* ``ms`` is a [number](/reference/types/number) saying how many
milliseconds the micro:bit should rest. One second is 1000
milliseconds.
## Example