Skip to content

Commit

Permalink
fix(pdk) correct comment in kong.service.response.get_body
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Jun 24, 2021
1 parent 680f8d1 commit 878d7d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kong/pdk/service/response.lua
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,7 @@ local function new(pdk, major_version)
--
-- @function kong.service.response.get_body
-- @phases `header_filter`, `body_filter`, `log`
-- @tparam string mimetype The mime-type of the response (if known)
-- @tparam[opt] string mimetype the MIME type
-- @tparam[opt] string mimetype The mime-type of the response (if known)
-- @tparam[opt] number max_args set a limit on the maximum number of parsed
-- @treturn string body The raw buffered body
-- @usage
Expand Down

1 comment on commit 878d7d9

@gszr
Copy link
Member

@gszr gszr commented on 878d7d9 Jun 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: this should have a docs commit type instead.

Please sign in to comment.