Skip to content

Commit 633ac2f

Browse files
committed
Grammar correction
1 parent 9928031 commit 633ac2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comms.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func rawOpen(reset bool) (*Device, error) {
9090
}
9191
}
9292
if !found {
93-
return nil, errors.New("Found an Elgato device, but not one which there is a definition for")
93+
return nil, errors.New("Found an Elgato device, but not one for which there is a definition; have you imported the devices package?")
9494
}
9595
dev, err := devices[id].Open()
9696
if err != nil {

0 commit comments

Comments
 (0)