From 8e71674bf1f72fd9df8c04238499a7b67cd8c750 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sun, 16 Feb 2025 13:34:45 +0100 Subject: [PATCH] doc: typo --- src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.rs b/src/constants.rs index 56bc241..cb0e2b3 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -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