diff options
author | Enhex <enhex0@gmail.com> | 2020-05-01 18:52:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 18:52:08 +0300 |
commit | aaf5a58b4454246183b34f45bc1b4dd504446181 (patch) | |
tree | ccd4d05dd835a87d0fc071d5a0602dba0bdd53e7 /doc/classes/@GlobalScope.xml | |
parent | 316b60aa68bc348b8d6ab125ee2fb7cd3793cb49 (diff) |
fix typo
Diffstat (limited to 'doc/classes/@GlobalScope.xml')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index b3cd1c1af7..602ad43103 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -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"> |