translator found bug fixes (#1937)

This commit is contained in:
Galen Nickel 2019-03-22 13:27:25 -07:00 committed by Peli de Halleux
parent 4ed5eeb459
commit 0f1b923cc9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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