Skip to content

Commit aa63d33

Browse files
udayvir-singhNTBBloodbath
authored andcommitted
fix: typo in lua docstring
1 parent dc10994 commit aa63d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/rest-nvim/request/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ end
4242
-- @param bufnr Buffer number, a.k.a id
4343
-- @param start_line Line where body starts
4444
-- @param stop_line Line where body stops
45-
-- @param has_hson True if content-type is set to json
45+
-- @param has_json True if content-type is set to json
4646
local function get_body(bufnr, start_line, stop_line, has_json)
4747
if start_line >= stop_line then
4848
return

0 commit comments

Comments
 (0)