Fix param names

This commit is contained in:
Ron Hale-Evans 2016-07-15 14:12:10 -07:00
parent 1aa08f63fe
commit e23c5e019f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ basic.showString("Hello!")
### Parameters
* `text` is a [String](/reference/types/string). It can contain letters, numbers, and punctuation.
* `ms` is an optional [Number](/reference/types/number). It means the number of milliseconds before sliding the [String](/reference/types/string) left by one LED each time. Bigger intervals make the sliding slower.
* `interval` is an optional [Number](/reference/types/number). It means the number of milliseconds before sliding the [String](/reference/types/string) left by one LED each time. Bigger intervals make the sliding slower.
### Examples: