From 09db6136201f38dda66d316261d42d5a983aca9a Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 12 Dec 2017 10:49:45 -0800 Subject: [PATCH] updated docs --- libs/core/buttons.ts | 2 +- libs/touch-sensor/touch.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/core/buttons.ts b/libs/core/buttons.ts index de198322..72af6276 100644 --- a/libs/core/buttons.ts +++ b/libs/core/buttons.ts @@ -132,7 +132,7 @@ namespace brick { * Waits until the event is raised * @param ev the event to wait for */ - //% help=input/button/wait-until + //% help=input/button/pause-until //% blockId=buttonWaitUntil block="pause until `icons.brickButtons` %button|%event" //% parts="brick" //% blockNamespace=brick diff --git a/libs/touch-sensor/touch.ts b/libs/touch-sensor/touch.ts index 459b898b..967188af 100644 --- a/libs/touch-sensor/touch.ts +++ b/libs/touch-sensor/touch.ts @@ -58,7 +58,7 @@ namespace sensors { * @param sensor the touch sensor that needs to be clicked or used * @param event the kind of button gesture that needs to be detected */ - //% help=input/touch-sensor/wait-until + //% help=input/touch-sensor/pause-until //% blockId=touchWaitUntil block="pause until `icons.touchSensor` %sensor|%event" //% parts="touch" //% sensor.fieldEditor="imagedropdown"