Skip to content

Commit

Permalink
Merge pull request #148 from romanz/patch-1
Browse files Browse the repository at this point in the history
Fix a small documentation typo
  • Loading branch information
tomaka committed Jul 27, 2018
2 parents b461a68 + c1bed7e commit c37807c
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 c37807c

Please sign in to comment.