We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25198b commit 220bdcaCopy full SHA for 220bdca
src/otp_result.rs
@@ -34,7 +34,7 @@ impl OTPResult {
34
pub fn get_digits(&self) -> u32 { self.digits }
35
}
36
37
-/// Conveneince code getters for the [`OTPResult`] struct
+/// Convenience code getters for the [`OTPResult`] struct
38
impl OTPResult {
39
/// Returns the OTP as a formatted string of length [`OTPResult.digits`].
40
///
0 commit comments