Change the 'deviceName' description (#761)

This commit is contained in:
Galen Nickel 2018-05-02 13:31:06 -07:00 committed by Peli de Halleux
parent d4ca05cb5b
commit 12eee456df
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Device Name # Device Name
Gets a friendly name for the device derived from the its serial number. Make a friendly name for the device based on its serial number.
```sig ```sig
control.deviceName(); control.deviceName();

View File

@ -286,7 +286,7 @@ namespace control {
} }
/** /**
* Gets a friendly name for the device derived from the its serial number * Make a friendly name for the device based on its serial number
*/ */
//% blockId="control_device_name" block="device name" weight=10 blockGap=8 //% blockId="control_device_name" block="device name" weight=10 blockGap=8
//% advanced=true //% advanced=true