Skip to content

Commit d590ed5

Browse files
Tweak
1 parent 54327c6 commit d590ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/usb.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ const defaultFilters = [{ vendorId: 0x0d28, productId: 0x0204 }];
4141

4242
export enum DeviceSelectionMode {
4343
/**
44-
* Attempts to connect to known micro:bit, otherwise asks which device to
44+
* Attempts to connect to known device, otherwise asks which device to
4545
* connect with.
4646
*/
4747
AlwaysAsk = "AlwaysAsk",
4848

4949
/**
50-
* Attempts to connect to known micro:bit, otherwise attempts to connect with
50+
* Attempts to connect to known device, otherwise attempts to connect with
5151
* any allowed devices. If that fails, asks which device to connect with.
5252
*/
5353
UseAnyAllowed = "UseAnyAllowed",

0 commit comments

Comments
 (0)