Explorar o código

fixed typo in packedscene

(cherry picked from commit 7368bc534a755d4c52ed35eb8204f0b27da6ca7d)
Emily %!s(int64=4) %!d(string=hai) anos
pai
achega
92dd573053
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/classes/PackedScene.xml

+ 1 - 1
doc/classes/PackedScene.xml

@@ -5,7 +5,7 @@
 	</brief_description>
 	<description>
 		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]