mirror of https://github.com/fafhrd91/actix-web
replace typo `scoupe` with `scope`
This commit is contained in:
parent
54c33a7aff
commit
7c395fcc83
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue