diff --git a/src/lib.rs b/src/lib.rs index 6b0042d..1aba339 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -812,7 +812,7 @@ impl CtOption { /// This implementation doesn't intend to be constant-time nor try to protect the /// leakage of the `T` since the `Option` will do it anyways. /// - /// It's equivalent to the corresponding `From` impl, however this version is is + /// It's equivalent to the corresponding `From` impl, however this version is /// friendlier for type inference. pub fn into_option(self) -> Option { self.into()