Skip to content

Commit

Permalink
Fix a typo in bluetooth_traits/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakor Gyula committed Nov 28, 2016
1 parent 4dbca05 commit f416759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bluetooth_traits/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit f416759

Please sign in to comment.