From 0f1b923cc9b6a43a7163fc026949ccaeb9fc7e4a Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Fri, 22 Mar 2019 13:27:25 -0700 Subject: [PATCH] translator found bug fixes (#1937) --- docs/reference/game/add-life.md | 2 +- libs/radio/radio.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/game/add-life.md b/docs/reference/game/add-life.md index fc63ed68..897ae9b7 100644 --- a/docs/reference/game/add-life.md +++ b/docs/reference/game/add-life.md @@ -10,7 +10,7 @@ The life count in the game is increased by the number of lives you say. ## Parameters -* **life**: a [number](/types/number) to remove from the count. +* **life**: a [number](/types/number) to add to the life count. ## Example #example diff --git a/libs/radio/radio.cpp b/libs/radio/radio.cpp index 9b534b4f..c8baef1b 100644 --- a/libs/radio/radio.cpp +++ b/libs/radio/radio.cpp @@ -261,7 +261,7 @@ namespace radio { * Broadcasts a name / value pair along with the device serial number * and running time to any connected micro:bit in the group. * @param name the field name (max 12 characters), eg: "name" - * @param value the numberic value + * @param value the numeric value */ //% help=radio/send-value //% weight=59