diff options
author | Loïc Hoguin <[email protected]> | 2013-01-03 22:31:55 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-01-03 22:31:55 +0100 |
commit | 73d86057f2f9d6b3de5fb12e23b2cd65be50e226 (patch) | |
tree | 3dc7495b3ff0a81286ab93afbf5dd9b25a9f8c50 /src | |
parent | 398d3503c46f5ff157d59c9ac30e6dc327b91fec (diff) | |
download | cowboy-73d86057f2f9d6b3de5fb12e23b2cd65be50e226.tar.gz cowboy-73d86057f2f9d6b3de5fb12e23b2cd65be50e226.tar.bz2 cowboy-73d86057f2f9d6b3de5fb12e23b2cd65be50e226.zip |
Fix small error in doc comment
Diffstat (limited to 'src')
-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. |