From 885c9bdfbd13052ddc58fe8b41ed2bb1ebc5e9fa Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Thu, 17 Feb 2022 23:18:07 +0800 Subject: [PATCH] Fix wording in AnimationNode classref (cherry picked from commit bc37b0508bd980fa4faf3d89df0af665fecef377) --- doc/classes/AnimationNode.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/classes/AnimationNode.xml b/doc/classes/AnimationNode.xml index 9e192f0a515..5de3dfb4ec7 100644 --- a/doc/classes/AnimationNode.xml +++ b/doc/classes/AnimationNode.xml @@ -116,7 +116,7 @@ - Returns [code]true[/code] whether a given path is filtered. + Returns whether the given path is filtered. @@ -149,7 +149,7 @@ - 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. @@ -161,7 +161,7 @@ - Called when the node was removed from the graph. + Emitted when the node was removed from the graph.