aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_clock.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-01-03 22:31:55 +0100
committerLoïc Hoguin <[email protected]>2013-01-03 22:31:55 +0100
commit73d86057f2f9d6b3de5fb12e23b2cd65be50e226 (patch)
tree3dc7495b3ff0a81286ab93afbf5dd9b25a9f8c50 /src/cowboy_clock.erl
parent398d3503c46f5ff157d59c9ac30e6dc327b91fec (diff)
downloadcowboy-73d86057f2f9d6b3de5fb12e23b2cd65be50e226.tar.gz
cowboy-73d86057f2f9d6b3de5fb12e23b2cd65be50e226.tar.bz2
cowboy-73d86057f2f9d6b3de5fb12e23b2cd65be50e226.zip
Fix small error in doc comment
Diffstat (limited to 'src/cowboy_clock.erl')
-rw-r--r--src/cowboy_clock.erl2
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.