diff --git a/src/cowboy_clock.erl b/src/cowboy_clock.erl index b439bb1a..f0f5658c 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 set-cookie header sent with %% HTTP responses.