From c1bed7ee7b36c9e1e0af6ab654e137d5a2df83d8 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Fri, 27 Jul 2018 21:04:02 +0300 Subject: [PATCH] Fix a small documentation typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index edebfbf4c..a768c80b6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 {