translator found bug fixes (#1937)
This commit is contained in:
parent
4ed5eeb459
commit
0f1b923cc9
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user