diff options
Diffstat (limited to 'doc/base/classes.xml')
-rw-r--r-- | doc/base/classes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 901bfa1253..41721647e2 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -8783,7 +8783,7 @@ </description> </method> <method name="get_undo_redo" > - <return type="Object"> + <return type="UndoRedo"> </return> <description> </description> @@ -9655,7 +9655,7 @@ </signals> <constants> <constant name="MODE_OPEN_FILE" value="0"> - Editor will not allow to select unexisting files. + Editor will not allow to select nonexistent files. </constant> <constant name="MODE_OPEN_FILES" value="1"> </constant> |