aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/args.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/args.lua b/core/args.lua
index 5647851f..d145008d 100644
--- a/core/args.lua
+++ b/core/args.lua
@@ -3,9 +3,8 @@
--- Processes command line arguments for Textadept.
module('args', package.seeall)
----
--- [Local table] Contains registered command line switches.
--- @type table
+-- Contains registered command line switches.
+-- @class table
-- @name switches
local switches = {}