aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/editorconfig.lua
diff options
context:
space:
mode:
authorJaehwang Jung <tomtomjhj@gmail.com>2023-03-04 22:05:57 +0900
committerGitHub <noreply@github.com>2023-03-04 13:05:57 +0000
commit65e2feabeb9bd17a076206d98dadb93515e9b612 (patch)
treeb21a24824f66ae082ecc679d0ed1a572c6d57e1c /runtime/lua/editorconfig.lua
parent1f07307aeb6564fb794921cc1b2879f84a822921 (diff)
downloadrneovim-65e2feabeb9bd17a076206d98dadb93515e9b612.tar.gz
rneovim-65e2feabeb9bd17a076206d98dadb93515e9b612.tar.bz2
rneovim-65e2feabeb9bd17a076206d98dadb93515e9b612.zip
docs(editorconfig): number → integer (#22514)
Diffstat (limited to 'runtime/lua/editorconfig.lua')
-rw-r--r--runtime/lua/editorconfig.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/editorconfig.lua b/runtime/lua/editorconfig.lua
index 2079006234..5b09126788 100644
--- a/runtime/lua/editorconfig.lua
+++ b/runtime/lua/editorconfig.lua
@@ -202,7 +202,7 @@ end
--- Configure the given buffer with options from an .editorconfig file
---
----@param bufnr number Buffer number to configure
+---@param bufnr integer Buffer number to configure
---
---@private
function M.config(bufnr)