From 54331eb1130d362283cf5dce3405293146028355 Mon Sep 17 00:00:00 2001 From: Ron Hale-Evans Date: Thu, 2 Jun 2016 16:24:06 -0700 Subject: [PATCH] Second pass --- docs/reference/radio/on-data-received.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/radio/on-data-received.md b/docs/reference/radio/on-data-received.md index 6df4d593..288817bd 100644 --- a/docs/reference/radio/on-data-received.md +++ b/docs/reference/radio/on-data-received.md @@ -5,14 +5,14 @@ Run part of a program when the micro:bit receives a ### Parameters -* **body** is the part of the program to run when the micro:bit receives information over ``radio``. +* the part of the program to run when the micro:bit receives information over ``radio``. ### Example -This program never stops. It keeps sending numbers that says how -fast the micro:bit is slowing down or speeding up. It also receives -numbers that say how fast nearby micro:bits are going. It -shows these numbers as a [bar graph](/reference/led/plot-bar-graph). +This program keeps sending numbers that says how fast the micro:bit is +slowing down or speeding up. It also receives numbers for the same +thing from nearby micro:bits. It shows these numbers as a +[bar graph](/reference/led/plot-bar-graph). ```blocks basic.forever(() => {