Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Jun 22, 2022
1 parent 931163a commit c0dd246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cowmachine_response.erl
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ response_headers(Context) ->
-spec send_stream_body(FunContext, Context) -> Result when
FunContext :: {InitialData, InitialFun} | InitialFun,
InitialData :: binary() | {file, Filename} | {file, Size, Filename} | done | WriterFun,
Filename :: filelib:filename_all(),
Filename :: file:filename_all(),
WriterFun :: function(),
Size :: non_neg_integer(),
InitialFun :: function(),
Expand Down

0 comments on commit c0dd246

Please sign in to comment.