1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 00:50:20 +02:00

spelling check

This commit is contained in:
Alexander Andreev
2018-03-24 09:35:52 +03:00
parent d46854b315
commit 2d80c5053d
11 changed files with 13 additions and 13 deletions

View File

@@ -34,7 +34,7 @@ header! {
(IfUnmodifiedSince, http::IF_UNMODIFIED_SINCE) => [HttpDate]
test_if_unmodified_since {
// Testcase from RFC
// Test case from RFC
test_header!(test1, vec![b"Sat, 29 Oct 1994 19:43:31 GMT"]);
}
}