Enhex 5 năm trước cách đây
mục cha
commit
aaf5a58b44
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      doc/classes/@GlobalScope.xml

+ 2 - 2
doc/classes/@GlobalScope.xml

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