mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
docs: fix typos
This commit is contained in:
@@ -2470,7 +2470,7 @@ describe('LSP', function()
|
||||
},
|
||||
uri = "file:///test_a"
|
||||
},
|
||||
contanerName = "TestAContainer"
|
||||
containerName = "TestAContainer"
|
||||
},
|
||||
{
|
||||
deprecated = false,
|
||||
@@ -2489,7 +2489,7 @@ describe('LSP', function()
|
||||
},
|
||||
uri = "file:///test_b"
|
||||
},
|
||||
contanerName = "TestBContainer"
|
||||
containerName = "TestBContainer"
|
||||
}
|
||||
}
|
||||
return vim.lsp.util.symbols_to_items(sym_info, nil)
|
||||
|
||||
Reference in New Issue
Block a user