Skip to content

Commit

Permalink
Fix a typo in dom/bluetooth.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakor Gyula committed Nov 14, 2016
1 parent b63c85c commit 30f924d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/script/dom/bluetooth.rs
Expand Up @@ -194,7 +194,7 @@ fn convert_request_device_options(filters: &Option<Vec<BluetoothRequestDeviceFil

// Step 2.7.
// Note: What we are doing here is adding the not blacklisted UUIDs to the result vector,
// insted of removing them from an already filled vector.
// instead of removing them from an already filled vector.
if !uuid_is_blacklisted(uuid.as_ref(), Blacklist::All) {
optional_services_uuids.push(uuid);
}
Expand Down

0 comments on commit 30f924d

Please sign in to comment.