Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-alhusaini committed Jul 23, 2024
1 parent 564f926 commit c592330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/cookie.cr
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ module HTTP
# Browsers delete cookies that have expired.
def destroy
self.value = ""
self.expires = Time::UNIx_EPOCH
self.expires = Time::UNIX_EPOCH
self.max_age = Time::Span.zero
end

Expand Down

0 comments on commit c592330

Please sign in to comment.