mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix a typo in dom/bluetooth.rs
This commit is contained in:
parent
b63c85c31b
commit
30f924d8f6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue