From 841ff483cd5825b46fa71fe325e25341d103b369 Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 1 Apr 2015 16:27:47 +0300 Subject: [PATCH] docs(mainpage): fix typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a6f51a50..656f7f54 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -113,7 +113,7 @@ //! //! Outgoing Requests track their write-status in almost exactly the same way as //! outgoing HTTP Responses do on the Server, so we will defer to the explanation -//! in the documentation for sever Response. +//! in the documentation for server Response. //! //! Requests expose an efficient streaming interface instead of a builder pattern, //! but they also provide the needed interface for creating a builder pattern over