mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Minor text change from i to node
Keeps document consistent throughout
This commit is contained in:
committed by
Max Hilbrunner
parent
4b45519456
commit
b03b4c5d1f
@@ -38,7 +38,7 @@ to save them and then tell them all to save with this script:
|
||||
.. code-tab:: gdscript GDScript
|
||||
|
||||
var save_nodes = get_tree().get_nodes_in_group("Persist")
|
||||
for i in save_nodes:
|
||||
for node in save_nodes:
|
||||
# Now, we can call our save function on each node.
|
||||
|
||||
.. code-tab:: csharp
|
||||
|
||||
Reference in New Issue
Block a user