Browse Source

Fix small error in doc comment

Loïc Hoguin 12 years ago
parent
commit
73d86057f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/cowboy_clock.erl

+ 1 - 1
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.