Merge pull request #11705 from Orphaeus/patch-1

Grammar: change singular possessive to plural possessive
This commit is contained in:
Matthew
2026-01-29 19:15:14 -05:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ properties such as the node's name or position. A common dilemma is, when
should you change those values?
It is the best practice to change values on a node before adding it to the
scene tree. Some property's setters have code to update other
scene tree. Some properties' setters have code to update other
corresponding values, and that code can be slow! For most cases, this code
has no impact on your game's performance, but in heavy use cases such as
procedural generation, it can bring your game to a crawl.