Skip to content

Commit

Permalink
fix: typo in lua docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvir-singh authored and NTBBloodbath committed Aug 9, 2022
1 parent dc10994 commit aa63d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rest-nvim/request/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ end
-- @param bufnr Buffer number, a.k.a id
-- @param start_line Line where body starts
-- @param stop_line Line where body stops
-- @param has_hson True if content-type is set to json
-- @param has_json True if content-type is set to json
local function get_body(bufnr, start_line, stop_line, has_json)
if start_line >= stop_line then
return
Expand Down

0 comments on commit aa63d33

Please sign in to comment.