aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter/_fold.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-04-04 19:07:33 +0200
committerGitHub <noreply@github.com>2023-04-04 19:07:33 +0200
commita5c572bd446a89be2dccb2f7479ff1b017074640 (patch)
tree0d3177a9566106820249daeb625f54042d01856b /runtime/lua/vim/treesitter/_fold.lua
parentb75acd2f94feac5b55eaa219e7beb2af93f15cf0 (diff)
downloadrneovim-a5c572bd446a89be2dccb2f7479ff1b017074640.tar.gz
rneovim-a5c572bd446a89be2dccb2f7479ff1b017074640.tar.bz2
rneovim-a5c572bd446a89be2dccb2f7479ff1b017074640.zip
docs: fix typos
Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: C.D. MacEachern <craig.daniel.maceachern@gmail.com> Co-authored-by: himanoa <matsunoappy@gmail.com>
Diffstat (limited to 'runtime/lua/vim/treesitter/_fold.lua')
-rw-r--r--runtime/lua/vim/treesitter/_fold.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/treesitter/_fold.lua b/runtime/lua/vim/treesitter/_fold.lua
index 6547ab936e..7df93d1b2e 100644
--- a/runtime/lua/vim/treesitter/_fold.lua
+++ b/runtime/lua/vim/treesitter/_fold.lua
@@ -68,7 +68,7 @@ function FoldInfo:add_stop(lnum)
self.stop_counts[lnum] = (self.stop_counts[lnum] or 0) + 1
end
----@packag
+---@package
---@param lnum integer
---@return integer
function FoldInfo:get_start(lnum)