Skip to content

Commit eeffd14

Browse files
committed
fix typo
#2062
1 parent 1fc3fe7 commit eeffd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/provider/provider.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ m.register 'textDocument/didChange' {
293293
---@async
294294
function (params)
295295
local doc = params.textDocument
296-
local changes = params.contentChange
296+
local changes = params.contentChanges
297297
local uri = files.getRealUri(doc.uri)
298298
local text = files.getOriginText(uri)
299299
if not text then

0 commit comments

Comments
 (0)