Little docs fix

This commit is contained in:
Steven Fackler 2017-05-29 21:11:49 -07:00
parent c89af1d5f8
commit 3028958bf6
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///