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

@ -11,7 +11,7 @@ This function only works on the micro:bit and in some browsers.
### Parameters
* a [number](/reference/types/number) that means the bpm you want (beats per minute, or number of beats in a minute of the music that the micro:bit is playing).
* ``bpm`` is a [number](/reference/types/number) that means the beats per minute you want (the number of beats in a minute of the music that the micro:bit is playing).
### See also