From 02e48f196c351ea2bb8aeac7b47171c2c3798cb4 Mon Sep 17 00:00:00 2001 From: Ron Hale-Evans Date: Mon, 6 Jun 2016 15:41:17 -0700 Subject: [PATCH] Rewritten in simple language --- docs/reference/music/rest.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/music/rest.md b/docs/reference/music/rest.md index 804ffb59..fd3352a4 100644 --- a/docs/reference/music/rest.md +++ b/docs/reference/music/rest.md @@ -1,10 +1,10 @@ # Rest -Rests (plays nothing) for a specified time through pin PO. +Rest (play no sound) through pin `PO` for the amount of time you say. ## Simulator -Simulation of this function is available in many, but not all browsers. +This function only works on the micro:bit and in some browsers. ```sig music.rest(400) @@ -12,7 +12,7 @@ music.rest(400) ### Parameters -* `ms`: [Number](/reference/types/number) - the duration of the rest (milliseconds) +* a [number](/reference/types/number) saying how many milliseconds the micro:bit should rest. One second is 1000 milliseconds. ## Example