Merge pull request #38392 from Enhex/patch-1

fix typo
This commit is contained in:
Rémi Verschelde 2020-05-03 18:17:30 +02:00 committed by GitHub
commit cf398b8ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1177,10 +1177,10 @@
[codeblock]
var err = method_that_returns_error()
if err != OK:
print("Failure!)
print("Failure!")
# Or, equivalent:
if err:
print("Still failing!)
print("Still failing!")
[/codeblock]
</constant>
<constant name="FAILED" value="1" enum="Error">