diff --git a/src/scope.rs b/src/scope.rs index c5aefb699..aecfd6bfa 100644 --- a/src/scope.rs +++ b/src/scope.rs @@ -76,7 +76,7 @@ impl Scope { mem::replace(&mut self.filters, Vec::new()) } - /// Add match predicate to scoupe. + /// Add match predicate to scope. /// /// ```rust /// # extern crate actix_web;