Merge pull request #74 from jodal/fix-status-rfc-typo

Fix typo in status code RFC reference
This commit is contained in:
Sean McArthur
2017-07-31 17:11:24 -07:00
committed by GitHub
+1 -1
View File
@@ -378,7 +378,7 @@ status_codes! {
/// [[RFC7231, Section 6.5.14](https://tools.ietf.org/html/rfc7231#section-6.5.14)]
(417, EXPECTATION_FAILED, "Expectation Failed");
/// 418 I'm a teapot
/// [curiously not registered by IANA but [RF C2324](https://tools.ietf.org/html/rfc2324)]
/// [curiously not registered by IANA but [RFC2324](https://tools.ietf.org/html/rfc2324)]
(418, IM_A_TEAPOT, "I'm a teapot");
/// 421 Misdirected Request