Skip to content

Commit

Permalink
fix the grammar error in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Jul 30, 2024
1 parent d53d5fc commit f489675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/pdk/request.lua
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ local function new(self)
-- @function kong.request.get_raw_body
-- @phases rewrite, access, response, admin_api
-- @max_allowed_file_size[opt] number the max allowed file size to be read from,
-- less than zero mean no limit, but the size of this body will still be limited
-- less than zero means no limit, but the size of this body will still be limited
-- by Nginx's client_max_body_size.
-- @treturn string|nil The plain request body or nil if it does not fit into
-- the NGINX temporary buffer.
Expand Down

0 comments on commit f489675

Please sign in to comment.