Fix spelling in Method docs: ff -> if.

This commit is contained in:
Ryan Leckey 2017-03-16 17:48:04 -07:00 committed by Sergio Benitez
parent 2e78afbc93
commit ff3193a22a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ impl Method {
}
}
/// Returns `true` ff an HTTP request with the method represented by `self`
/// Returns `true` if an HTTP request with the method represented by `self`
/// supports a payload.
///
/// # Example