Skip to content

Commit e31b709

Browse files
committed
Fix comments
1 parent b2e5859 commit e31b709

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

credentialsd-common/src/model.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,11 @@ pub enum UsbState {
268268
/// Used to share public state between credential service and UI.
269269
#[derive(Clone, Debug, Default)]
270270
pub enum NfcState {
271-
/// Not polling for FIDO USB device.
271+
/// Not polling for FIDO NFC device.
272272
#[default]
273273
Idle,
274274

275-
/// Awaiting FIDO USB device to be plugged in.
275+
/// Awaiting FIDO NFC device to connect.
276276
Waiting,
277277

278278
/// USB device connected, prompt user to tap
@@ -293,7 +293,7 @@ pub enum NfcState {
293293
creds: Vec<Credential>,
294294
},
295295

296-
/// USB tapped, received credential
296+
/// NFC tapped, received credential
297297
Completed,
298298

299299
/// Interaction with the authenticator failed.

0 commit comments

Comments
 (0)