docs: fix typo

This commit is contained in:
dundargoc 2023-04-01 21:08:41 +02:00 committed by GitHub
parent 94291c924f
commit 8cbfc30c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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