Skip to content

Commit

Permalink
Fix a small documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Zeyde committed Jul 27, 2018
1 parent b461a68 commit c1bed7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -147,7 +147,7 @@ mod util;

/// The main class of this library.
///
/// Destroying this object will immediatly close the listening socket annd the reading
/// Destroying this object will immediatly close the listening socket and the reading
/// part of all the client's connections. Requests that have already been returned by
/// the `recv()` function will not close and the responses will be transferred to the client.
pub struct Server {
Expand Down

0 comments on commit c1bed7e

Please sign in to comment.