diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2021-07-19 11:16:00 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2021-07-19 11:18:54 +0300 |
commit | 1597045b09f84d2a233094bddb48ad3f97bd344b (patch) | |
tree | 670452f7808aebfc17bddd0fec31bc882dd622c3 /doc | |
parent | b76dfde329592ecfd6f6b952082ae21859039e67 (diff) |
Fixed typos in `TextEdit::GutterType` enum
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/TextEdit.xml | 4 |
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. |