Fixed small typo. (#2665)

This commit is contained in:
Matteo Golin
2023-08-25 21:52:14 -04:00
committed by GitHub
parent 2d92125620
commit 207285ccec

View File

@@ -190,7 +190,7 @@ this case we just put the text in the current buffer with `vim.api.nvim_put`.
Entry maker is a function used to transform an item from the finder to an Entry maker is a function used to transform an item from the finder to an
internal entry table, which has a few required keys. It allows us to display internal entry table, which has a few required keys. It allows us to display
one string but match something completly different. It also allows us to set one string but match something completely different. It also allows us to set
an absolute path when working with files (so the file will always be found) an absolute path when working with files (so the file will always be found)
and a relative file path for display and sorting. This means the relative file and a relative file path for display and sorting. This means the relative file
path doesn't even need to be valid in the context of the current working directory. path doesn't even need to be valid in the context of the current working directory.