Fixing parameters

This commit is contained in:
Ron Hale-Evans
2016-07-18 14:23:05 -07:00
parent 4941ce1694
commit 2c09b7794f
5 changed files with 72 additions and 4 deletions

View File

@ -8,7 +8,7 @@ game.startCountdown(1000)
### Parameters
* a [number](/reference/types/number) that means how many milliseconds to count down (one second is 1000 milliseconds)
* ``ms`` is a [number](/reference/types/number) that says how many milliseconds to count down (one second is 1000 milliseconds)
### Examples