1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 09:36:39 +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

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