diff options
| -rw-r--r-- | doc/lspconfig.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt index 583f9778..cff149d6 100644 --- a/doc/lspconfig.txt +++ b/doc/lspconfig.txt @@ -370,7 +370,7 @@ below returns a function that takes as its argument the current buffer path. - `util.root_pattern`: function which takes multiple arguments, each corresponding to a different root pattern against which the contents of the - current directory are matched using |vim.fin.glob()| while traversing up the + current directory are matched using |vim.fn.glob()| while traversing up the filesystem. > root_dir = util.root_pattern('pyproject.toml', 'requirements.txt') |
