aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/iface.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-10-08 11:40:17 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-10-08 11:40:17 -0400
commit91fcdb58bfe43b368f1bf32edc16ed7dba8c40cd (patch)
tree18c64ae98223dbbba9bd56c98906a254c9e20d5e /core/iface.lua
parent7148f30241c81ce63fde27c230e1d9db02b19822 (diff)
Use '@field' LuaDoc for events defined in modules.
Diffstat (limited to 'core/iface.lua')
-rw-r--r--core/iface.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/iface.lua b/core/iface.lua
index db6d0f85..19af0ea8 100644
--- a/core/iface.lua
+++ b/core/iface.lua
@@ -5,7 +5,7 @@ local M = {}
--[[ This comment is for LuaDoc.
---
-- Scintilla constants, functions, and properties.
--- Do not modify anything in this module. Doing so will have unpredicable
+-- Do not modify anything in this module. Doing so will have unpredictable
-- consequences.
module('_SCINTILLA')]]