docs(*): fix typos, Markdown inconsistencies, and stutter

This commit is contained in:
Justin Mayhew
2016-05-20 11:29:10 -03:00
parent 54a9a7d102
commit 8f1c536007
4 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
//! HTTP Server
//!
//! A `Server` is created to listen on port, parse HTTP requests, and hand
//! A `Server` is created to listen on a port, parse HTTP requests, and hand
//! them off to a `Handler`.
use std::fmt;
use std::net::SocketAddr;