Fix a typo in bluetooth_traits/lib.rs

This commit is contained in:
Zakor Gyula 2016-11-28 15:49:42 +01:00 committed by GitHub
parent 4dbca055c6
commit f4167599b7

View file

@ -31,7 +31,7 @@ pub struct BluetoothDeviceMsg {
// Bluetooth Device properties
pub id: String,
pub name: Option<String>,
// Advertisiong Data properties
// Advertising Data properties
pub appearance: Option<u16>,
pub tx_power: Option<i8>,
pub rssi: Option<i8>,