From a6c2b24e8d6d512c4a41bf755444261f76f338f9 Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Tue, 14 Jun 2016 10:31:16 -0400 Subject: [PATCH] minor change --- docs/reference/basic/show-leds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/basic/show-leds.md b/docs/reference/basic/show-leds.md index dfc8f1dd..0e7a42b9 100644 --- a/docs/reference/basic/show-leds.md +++ b/docs/reference/basic/show-leds.md @@ -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