1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-20 10:30:02 +00:00

replace typo scoupe with scope

This commit is contained in:
Luke Cowell 2018-05-08 17:40:18 -07:00 committed by GitHub
parent 54c33a7aff
commit 7c395fcc83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;