Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
javalikescript committed May 18, 2023
1 parent 41734ad commit e790568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jls/net/http/HttpFilter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ end, function(HttpFilter)

--- Applies the specified filters in the specified order.
-- @tparam HttpExchange exchange the HTTP exchange to filter
-- @param ... the filters.
-- @tparam table filters the filters.
-- @treturn boolean false to indicate the request must not handled.
function HttpFilter.filter(exchange, filters)
for _, filter in ipairs(filters) do
Expand Down

0 comments on commit e790568

Please sign in to comment.