Commit 3028958b authored by Steven Fackler's avatar Steven Fackler
Browse files

Little docs fix

parent c89af1d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -760,7 +760,7 @@ impl SslContextBuilder {

    /// Set the context identifier for sessions
    ///
    /// This value identifies the server's session cache to a clients, telling them when they're
    /// This value identifies the server's session cache to clients, telling them when they're
    /// able to reuse sessions. Should be set to a unique value per server, unless multiple servers
    /// share a session cache.
    ///