minor change

This commit is contained in:
Tom Ball 2016-06-14 10:31:16 -04:00
parent 31651f9a11
commit a6c2b24e8d
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ basic.showLeds(`
### Parameters
* `leds` is a [string](/reference/types/string) that means which LEDs are on and off.
* `leds` is a [string](/reference/types/string) that controls which LEDs are on and off.
* `interval` is an optional [number](/reference/types/number) that means how many milliseconds to wait after showing a picture.
If you are programming with blocks, `interval` starts out as 400 milliseconds.
If you are programming with blocks, `interval` is set at 400 milliseconds.
### Example