doc: typo
Some checks are pending
CI / Check (push) Waiting to run
CI / Test Suite (push) Waiting to run
CI / Rustfmt (push) Waiting to run
CI / Clippy (push) Waiting to run
CI / cargo-deny (push) Waiting to run

This commit is contained in:
Grimmauld 2025-02-16 13:34:45 +01:00
parent 43dcec3625
commit 8e71674bf1
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ use std::{fmt::Display, time::Duration};
use iso7816_tlv::simple::Tlv;
use sha1::Digest;
/// te apdu instruction required to select the Oath application on the YubiKey
/// the apdu instruction required to select the Oath application on the YubiKey
pub const INS_SELECT: u8 = 0xa4;
/// the stream of data bytes required to select the Oath application on the YubiKey