Fix non-compiling typo in Expression.xml example
Slight typo in Expression.xml prevented compilation when copy/pasted.
This commit is contained in:
parent
f32c826924
commit
fb61080812
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
func _on_text_entered(command):
|
||||
var error = expression.parse(command, [])
|
||||
if error != OK:
|
||||
print(get_error_text())
|
||||
print(expression.get_error_text())
|
||||
return
|
||||
var result = expression.execute([], null, true)
|
||||
if not expression.has_execute_failed():
|
||||
|
|
Loading…
Reference in a new issue