mirror of https://github.com/rwf2/Rocket.git
Fix spelling in Method docs: ff -> if.
This commit is contained in:
parent
2e78afbc93
commit
ff3193a22a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue