summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYuri Roubinsky <chaosus89@gmail.com>2021-07-19 11:16:00 +0300
committerYuri Roubinsky <chaosus89@gmail.com>2021-07-19 11:18:54 +0300
commit1597045b09f84d2a233094bddb48ad3f97bd344b (patch)
tree670452f7808aebfc17bddd0fec31bc882dd622c3 /doc
parentb76dfde329592ecfd6f6b952082ae21859039e67 (diff)
Fixed typos in `TextEdit::GutterType` enum
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/TextEdit.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index 6bc3cff199..e51bf42bdb 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -858,9 +858,9 @@
</constant>
<constant name="GUTTER_TYPE_STRING" value="0" enum="GutterType">
</constant>
- <constant name="GUTTER_TPYE_ICON" value="1" enum="GutterType">
+ <constant name="GUTTER_TYPE_ICON" value="1" enum="GutterType">
</constant>
- <constant name="GUTTER_TPYE_CUSTOM" value="2" enum="GutterType">
+ <constant name="GUTTER_TYPE_CUSTOM" value="2" enum="GutterType">
</constant>
<constant name="MENU_CUT" value="0" enum="MenuItems">
Cuts (copies and clears) the selected text.