mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Merge branch 'fix-typo-in-cowboy_http' of https://github.com/mocchira/cowboy into 1.0.x
This commit is contained in:
commit
19a279dfdc
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ asctime_date(Data) ->
|
|||
{error, badarg}
|
||||
end);
|
||||
(_Any, _WkDay) ->
|
||||
{error, badarg1}
|
||||
{error, badarg}
|
||||
end).
|
||||
|
||||
-spec asctime_year(binary(), tuple(), tuple()) -> any().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue