aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/file_io.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-26 00:00:07 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-26 00:00:07 -0400
commit7baaaeed639ab784683798239cece9b16a97c6a8 (patch)
treedb5729222b018417c8ed82a1fff826366445fe30 /core/file_io.lua
parent55ef1433f61f8a40f123cd9e70255a3cbf9b2d9d (diff)
Small LuaDoc update.
Diffstat (limited to 'core/file_io.lua')
-rw-r--r--core/file_io.lua2
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