Skip to content

Commit 6b519b4

Browse files
committed
make some comments that weren't doc comments (accidentally) doc comments
1 parent 220bdca commit 6b519b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/totp.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ impl TOTP {
131131
}
132132
}
133133

134-
// All getters
134+
/// All getters for the [`TOTP`] struct
135135
impl TOTP {
136136
/// Gets the algorithm used for code generation.
137137
pub fn get_digest(&self) -> MacDigest {
@@ -149,7 +149,7 @@ impl TOTP {
149149
}
150150
}
151151

152-
// All otp generation methods for the [`TOTP`] struct.
152+
/// All otp generation methods for the [`TOTP`] struct.
153153
impl TOTP {
154154
/// Generates and returns the TOTP value for the specified time.
155155
///

0 commit comments

Comments
 (0)