summaryrefslogtreecommitdiff
path: root/doc/classes/SyntaxHighlighter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/SyntaxHighlighter.xml')
-rw-r--r--doc/classes/SyntaxHighlighter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SyntaxHighlighter.xml b/doc/classes/SyntaxHighlighter.xml
index fcac96c04d..14ac7f4731 100644
--- a/doc/classes/SyntaxHighlighter.xml
+++ b/doc/classes/SyntaxHighlighter.xml
@@ -5,7 +5,7 @@
</brief_description>
<description>
Base syntax highlighter resource all syntax highlighters extend from, provides syntax highlighting data to [TextEdit].
- The associated [TextEdit] node will call into the [SyntaxHighlighter] on a as needed basis.
+ The associated [TextEdit] node will call into the [SyntaxHighlighter] on an as-needed basis.
[b]Note:[/b] Each Syntax highlighter instance should not be shared across multiple [TextEdit] nodes.
</description>
<tutorials>