1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-19 04:15:38 +02:00

Merge pull request #1378 from JohnTitor/fix-doc

Fix doc comment
This commit is contained in:
Yuki Okushi
2020-02-25 08:29:14 +09:00
committed by GitHub

View File

@@ -63,7 +63,7 @@ header! {
(AcceptCharset, ACCEPT_CHARSET) => (QualityItem<Charset>)+
test_accept_charset {
/// Test case from RFC
// Test case from RFC
test_header!(test1, vec![b"iso-8859-5, unicode-1-1;q=0.8"]);
}
}