summaryrefslogtreecommitdiff
path: root/doc/classes/EditorVCSInterface.xml
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2023-03-16 13:56:09 +0800
committerYuri Sizov <yuris@humnom.net>2023-03-16 16:43:31 +0100
commitc6a704af2cc6b0bef66c61c83247aa65e6a664ef (patch)
tree1c1c88dcd9d72b04a944fb0b05db61b51b75798c /doc/classes/EditorVCSInterface.xml
parentef06e5d786d4ab56b77d6011754d5816c4448189 (diff)
Fix typos and inconsistencies in classref
(cherry picked from commit 57d4272984fc0dd4c668503ead82a9dd01020bfd)
Diffstat (limited to 'doc/classes/EditorVCSInterface.xml')
-rw-r--r--doc/classes/EditorVCSInterface.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorVCSInterface.xml b/doc/classes/EditorVCSInterface.xml
index 85c10fefd9..7b85aa8d24 100644
--- a/doc/classes/EditorVCSInterface.xml
+++ b/doc/classes/EditorVCSInterface.xml
@@ -124,7 +124,7 @@
<param index="0" name="remote" type="String" />
<param index="1" name="force" type="bool" />
<description>
- Pushes changes to the [code]remote[/code]. Optionally, if [code]force[/code] is set to true, a force push will override the change history already present on the remote.
+ Pushes changes to the [param remote]. If [param force] is [code]true[/code], a force push will override the change history already present on the remote.
</description>
</method>
<method name="_remove_branch" qualifiers="virtual">