diff --git a/openssl/src/ssl/mod.rs b/openssl/src/ssl/mod.rs index 6ef399642c36a70b117271cfee1ffdf90d01c680..e72861639028e4ae07edabd3a272c62d64faec6c 100644 --- a/openssl/src/ssl/mod.rs +++ b/openssl/src/ssl/mod.rs @@ -1378,7 +1378,7 @@ foreign_type! { /// These can be cached to share sessions across connections. pub struct SslSession; - /// Reference to [`SslSession]`. + /// Reference to [`SslSession`]. /// /// [`SslSession`]: struct.SslSession.html pub struct SslSessionRef;