diff --git a/lib/src/http/method.rs b/lib/src/http/method.rs index 27f5597f..529e261d 100644 --- a/lib/src/http/method.rs +++ b/lib/src/http/method.rs @@ -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