0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Fix small error in doc comment

This commit is contained in:
Loïc Hoguin 2013-01-03 22:31:55 +01:00
parent 398d3503c4
commit 73d86057f2

View file

@ -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.