Skip to content

Commit 220bdca

Browse files
committed
fix a typo
1 parent a25198b commit 220bdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/otp_result.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl OTPResult {
3434
pub fn get_digits(&self) -> u32 { self.digits }
3535
}
3636

37-
/// Conveneince code getters for the [`OTPResult`] struct
37+
/// Convenience code getters for the [`OTPResult`] struct
3838
impl OTPResult {
3939
/// Returns the OTP as a formatted string of length [`OTPResult.digits`].
4040
///

0 commit comments

Comments
 (0)