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

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