docs(mainpage): fix typo

This commit is contained in:
Andreas
2015-04-01 16:27:47 +03:00
committed by Andreas Fackler
parent eeba13b34d
commit 841ff483cd

View File

@@ -113,7 +113,7 @@
//! //!
//! Outgoing Requests track their write-status in almost exactly the same way as //! 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 //! 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, //! Requests expose an efficient streaming interface instead of a builder pattern,
//! but they also provide the needed interface for creating a builder pattern over //! but they also provide the needed interface for creating a builder pattern over