Fix typo in status code RFC reference

This commit is contained in:
Stein Magnus Jodal
2017-08-01 01:56:06 +02:00
committed by GitHub
parent 6e9a902b6d
commit 4d64275b1b
+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