From 92dd573053722d42f45f1872a04b667b6fee600e Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 11 Feb 2021 13:22:44 -0800 Subject: [PATCH] fixed typo in packedscene (cherry picked from commit 7368bc534a755d4c52ed35eb8204f0b27da6ca7d) --- doc/classes/PackedScene.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/PackedScene.xml b/doc/classes/PackedScene.xml index 353ed7f45e2..9699712cba9 100644 --- a/doc/classes/PackedScene.xml +++ b/doc/classes/PackedScene.xml @@ -5,7 +5,7 @@ A simplified interface to a scene file. Provides access to operations and checks that can be performed on the scene resource itself. - Can be used to save a node to a file. When saving, the node as well as all the node it owns get saved (see [code]owner[/code] property on [Node]). + Can be used to save a node to a file. When saving, the node as well as all the nodes it owns get saved (see [code]owner[/code] property on [Node]). [b]Note:[/b] The node doesn't need to own itself. [b]Example of loading a saved scene:[/b] [codeblock]