diff options
-rw-r--r-- | src/cowboy_clock.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_clock.erl b/src/cowboy_clock.erl index b439bb1..f0f5658 100644 --- a/src/cowboy_clock.erl +++ b/src/cowboy_clock.erl @@ -71,7 +71,7 @@ rfc1123() -> rfc1123(DateTime) -> update_rfc1123(<<>>, undefined, DateTime). -%% @doc Return the current date and time formatted according to RFC-2109. +%% @doc Return the given date and time formatted according to RFC-2109. %% %% This format is used in the <em>set-cookie</em> header sent with %% HTTP responses. |