aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 17:27:55 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 17:27:55 -0400
commit190f9aaeb206bfe209291898fae17880d5f62748 (patch)
tree3ce9c580c2445d97615c418218dac43cb963786d /modules/lua
parent27c42565b3b1cccf0c2eb5770614b67617de6b48 (diff)
Lots of small LuaDoc improvements (grammar mainly).
Diffstat (limited to 'modules/lua')
-rw-r--r--modules/lua/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/lua/init.lua b/modules/lua/init.lua
index 1fb007be..b2122d93 100644
--- a/modules/lua/init.lua
+++ b/modules/lua/init.lua
@@ -20,6 +20,7 @@ M.tags = {_HOME..'/modules/lua/tags', _USERHOME..'/modules/lua/tags'}
---
-- Map of expression patterns to their types.
+-- Used for type-hinting when showing autocompletions for variables.
-- Expressions are expected to match after the '=' sign of a statement.
-- @class table
-- @name expr_types