From e7905685386b7c3d7440e7260d05ccada78524b7 Mon Sep 17 00:00:00 2001 From: javalikescript Date: Thu, 18 May 2023 17:30:30 +0200 Subject: [PATCH] Fix doc --- jls/net/http/HttpFilter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jls/net/http/HttpFilter.lua b/jls/net/http/HttpFilter.lua index 5e4578f..701e44f 100644 --- a/jls/net/http/HttpFilter.lua +++ b/jls/net/http/HttpFilter.lua @@ -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