aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cowboy_http.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_http.erl b/src/cowboy_http.erl
index d616f73..e2760e9 100644
--- a/src/cowboy_http.erl
+++ b/src/cowboy_http.erl
@@ -425,7 +425,7 @@ asctime_date(Data) ->
{error, badarg}
end);
(_Any, _WkDay) ->
- {error, badarg1}
+ {error, badarg}
end).
-spec asctime_year(binary(), tuple(), tuple()) -> any().