Fix typo in documentation

This commit is contained in:
bruse
2014-09-28 03:23:05 +02:00
parent fbd0a41fbd
commit 3326e5f09c

View File

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