Skip to content

Commit

Permalink
Fix wording in AnimationNode classref
Browse files Browse the repository at this point in the history
(cherry picked from commit bc37b05)
  • Loading branch information
timothyqiu authored and akien-mga committed Feb 19, 2022
1 parent 4282076 commit f61ce6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/classes/AnimationNode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<return type="bool" />
<argument index="0" name="path" type="NodePath" />
<description>
Returns [code]true[/code] whether a given path is filtered.
Returns whether the given path is filtered.
</description>
</method>
<method name="process" qualifiers="virtual">
Expand Down Expand Up @@ -149,7 +149,7 @@
<argument index="0" name="name" type="String" />
<argument index="1" name="value" type="Variant" />
<description>
Sets a custom parameter. These are used as local storage, because resources can be reused across the tree or scenes.
Sets a custom parameter. These are used as local memory, because resources can be reused across the tree or scenes.
</description>
</method>
</methods>
Expand All @@ -161,7 +161,7 @@
<signals>
<signal name="removed_from_graph">
<description>
Called when the node was removed from the graph.
Emitted when the node was removed from the graph.
</description>
</signal>
<signal name="tree_changed">
Expand Down

0 comments on commit f61ce6e

Please sign in to comment.