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:
parent
398d3503c4
commit
73d86057f2
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ rfc1123() ->
|
||||||
rfc1123(DateTime) ->
|
rfc1123(DateTime) ->
|
||||||
update_rfc1123(<<>>, undefined, 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
|
%% This format is used in the <em>set-cookie</em> header sent with
|
||||||
%% HTTP responses.
|
%% HTTP responses.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue