Skip to content

Commit

Permalink
Corrected typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
malc0mn committed Dec 29, 2023
1 parent b00282a commit da8532f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfcptl/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Client struct {

// NewClient builds a new Client struct.
func NewClient(vendor, device string, debug bool) (*Client, error) {
// TODO: add auto detection when vendor and device are empty strings.
// TODO: add auto-detection when vendor and device are empty strings.
d, err := GetDriverByVendorAndProductAlias(vendor, device)
if err != nil {
return nil, err
Expand Down

0 comments on commit da8532f

Please sign in to comment.