Skip to content

Commit 4ffd51d

Browse files
Update src/lib.rs
Co-authored-by: Aaron Feickert <[email protected]>
1 parent 855cdd4 commit 4ffd51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ impl<T> CtOption<T> {
812812
/// This implementation doesn't intend to be constant-time nor try to protect the
813813
/// leakage of the `T` since the `Option<T>` will do it anyways.
814814
///
815-
/// It's equivalent to the corresponding `From` impl, however this version is is
815+
/// It's equivalent to the corresponding `From` impl, however this version is
816816
/// friendlier for type inference.
817817
pub fn into_option(self) -> Option<T> {
818818
self.into()

0 commit comments

Comments
 (0)