Skip to content

Commit

Permalink
fix: last_modifed -> last_modified
Browse files Browse the repository at this point in the history
  • Loading branch information
desttinghim committed Apr 23, 2024
1 parent 6ed2de4 commit 49d629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit 49d629b

Please sign in to comment.