0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Fix typo in cowboy_http:asctime_date

This commit is contained in:
mocchira 2015-07-15 03:26:25 +00:00
parent 79aa25cc03
commit 67ab508d9b

View file

@ -425,7 +425,7 @@ asctime_date(Data) ->
{error, badarg} {error, badarg}
end); end);
(_Any, _WkDay) -> (_Any, _WkDay) ->
{error, badarg1} {error, badarg}
end). end).
-spec asctime_year(binary(), tuple(), tuple()) -> any(). -spec asctime_year(binary(), tuple(), tuple()) -> any().