diff --git a/src/lib.rs b/src/lib.rs index 4b6efd9c..2b8d9dd3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 //!