1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-20 18:40:08 +00:00

Merge branch 'master' of github.com:actix/actix-web

This commit is contained in:
Nikolay Kim 2018-05-08 18:35:52 -07:00
commit d1f5c457c4

View file

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