summaryrefslogtreecommitdiff
path: root/doc/classes/CodeEdit.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2023-02-12 10:45:54 +0100
committerGitHub <noreply@github.com>2023-02-12 10:45:54 +0100
commitc51639bf0a0e2087c763495b02501122754be0ca (patch)
tree901338c0dd64e369a0689c32c0441b4dcf4ed9a5 /doc/classes/CodeEdit.xml
parentde31545f64eea8ed1aed7109e17db8730ef7432e (diff)
parentcc384a8228b141882933caa2fe0a396652c85f56 (diff)
Merge pull request #73142 from timothyqiu/missing-period
Add missing period for sentences in classref
Diffstat (limited to 'doc/classes/CodeEdit.xml')
-rw-r--r--doc/classes/CodeEdit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml
index df40d2a4cf..1bc214aea7 100644
--- a/doc/classes/CodeEdit.xml
+++ b/doc/classes/CodeEdit.xml
@@ -486,7 +486,7 @@
Sets whether line folding is allowed.
</member>
<member name="line_length_guidelines" type="int[]" setter="set_line_length_guidelines" getter="get_line_length_guidelines" default="[]">
- Draws vertical lines at the provided columns. The first entry is considered a main hard guideline and is draw more prominently
+ Draws vertical lines at the provided columns. The first entry is considered a main hard guideline and is draw more prominently.
</member>
<member name="symbol_lookup_on_click" type="bool" setter="set_symbol_lookup_on_click_enabled" getter="is_symbol_lookup_on_click_enabled" default="false">
Set when a validated word from [signal symbol_validate] is clicked, the [signal symbol_lookup] should be emitted.