Skip to content

Commit

Permalink
Merge branch 'master' of github.com:actix/actix-web
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed May 9, 2018
2 parents c26c5fd + 4a73d1c commit d1f5c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d1f5c45

Please sign in to comment.