diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/.view.luadoc | 2 |
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. |