From 207285ccec21b69996a4d3bcfa59df35d48610e8 Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Fri, 25 Aug 2023 21:52:14 -0400 Subject: [PATCH] Fixed small typo. (#2665) --- developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers.md b/developers.md index 9edb6f5..cf54596 100644 --- a/developers.md +++ b/developers.md @@ -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 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) 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.