docs(editorconfig): number → integer (#22514)

This commit is contained in:
Jaehwang Jung 2023-03-04 22:05:57 +09:00 committed by GitHub
parent 1f07307aeb
commit 65e2feabeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)