Fix many typos in documentation

This commit is contained in:
Septian
2023-07-19 19:56:06 +07:00
parent 0c2144da90
commit 2857b91385
9 changed files with 10 additions and 10 deletions

View File

@@ -435,7 +435,7 @@
<return type="void" />
<param index="0" name="force" type="bool" />
<description>
Submits all completion options added with [method add_code_completion_option]. Will try to force the autoccomplete menu to popup, if [param force] is [code]true[/code].
Submits all completion options added with [method add_code_completion_option]. Will try to force the autocomplete menu to popup, if [param force] is [code]true[/code].
[b]Note:[/b] This will replace all current candidates.
</description>
</method>