1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

fix: last_modifed -> last_modified

This commit is contained in:
Louis Pearson 2024-04-23 15:15:40 -06:00
parent 6ed2de4634
commit 49d629ba55

View file

@ -470,7 +470,7 @@ pub const HttpHeaderCommon = enum(usize) {
/// Represents the HTTP Header "Host".
host,
/// Represents the HTTP Header "Last-Modified".
last_modifed,
last_modified,
/// Represents the HTTP Header "Origin".
origin,
/// Represents the HTTP Header "Set-Cookie".