mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix missing quote in documentation
(cherry picked from commit aaf5a58b44)
This commit is contained in:
@@ -1174,10 +1174,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">
|
||||
|
||||
Reference in New Issue
Block a user