1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-22 21:55:10 +02:00

Merge pull request #216 from lcowell/lcowell-scoupe

replace typo `scoupe` with `scope`
This commit is contained in:
Nikolay Kim
2018-05-08 17:47:20 -07:00
committed by GitHub

View File

@@ -76,7 +76,7 @@ impl<S: 'static> Scope<S> {
mem::replace(&mut self.filters, Vec::new()) mem::replace(&mut self.filters, Vec::new())
} }
/// Add match predicate to scoupe. /// Add match predicate to scope.
/// ///
/// ```rust /// ```rust
/// # extern crate actix_web; /// # extern crate actix_web;