We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e6a5f commit 264df54Copy full SHA for 264df54
tutorials/scripting/gdscript/gdscript_basics.rst
@@ -1539,7 +1539,7 @@ Properties (setters and getters)
1539
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1540
1541
Sometimes, you want a class' member variable to do more than just hold data and actually perform
1542
-some validation or computation whenever its value change. It may also be desired to
+some validation or computation whenever its value changes. It may also be desired to
1543
encapsulate its access in some way.
1544
1545
For this, GDScript provides a special syntax to define properties using the ``set`` and ``get``
0 commit comments