From 4d64275b1b23bf11ecb4db637968b95285f5e8a3 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 1 Aug 2017 01:56:06 +0200 Subject: [PATCH] Fix typo in status code RFC reference --- src/status.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status.rs b/src/status.rs index 97196a2..9964f77 100644 --- a/src/status.rs +++ b/src/status.rs @@ -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