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

@ -13,7 +13,9 @@ music.changeTempoBy(20)
### Parameters
* a [number](/reference/types/number) that says how much to change the bpm (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 says how much to
change the bpm (beats per minute, or number of beats in a minute of
the music that the micro:bit is playing).
### Examples