Merge pull request #66 from bruse/master

Fix typo in documentation
This commit is contained in:
Sean McArthur
2014-09-27 19:08:23 -07:00

View File

@@ -61,7 +61,7 @@
//! ### Server
//!
//! Server-specific functionality, such as `Request` and `Response`
//! representations, are found in in `src/serer`.
//! representations, are found in in `src/server`.
//!
//! #### Handler + Server
//!