diff options
Diffstat (limited to 'core/file_io.lua')
-rw-r--r-- | core/file_io.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/file_io.lua b/core/file_io.lua index 7a582770..5d108a55 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -370,7 +370,7 @@ function io.get_project_root(path) end --- --- Map of file paths to filters used by `io.quick_open()`. +-- Map of directory paths to filters used by `io.quick_open()`. -- @class table -- @name quick_open_filters -- @see quick_open |