aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.view.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-06-25 22:21:11 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-06-25 22:21:11 -0400
commit1ed04b43a69c0c10d9df49c3fd5e34c98aff8fdf (patch)
tree6b11cd0cce7954ea404c7e7b4b3067e86ad62037 /core/.view.luadoc
parent7e3a60b4183a05de9f4d951eb2aecff23cc53335 (diff)
Fixed LuaDoc.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r--core/.view.luadoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc
index 024c6f4a..4196200b 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -942,7 +942,7 @@ function brace_bad_light(view, pos) end
---
-- Highlights unmatched brace characters with indicator number *indicator*, in
--- the range of `1 to `32`, instead of the
+-- the range of `1` to `32`, instead of the
-- `view.STYLE_BRACEBAD` style if *use_indicator* is `true`.
-- @param view A view.
-- @param use_indicator Whether or not to use an indicator.