Skip to content

Commit 264df54

Browse files
authored
Fix typo in gdscript_basics
"change" -> "changes"
1 parent 17e6a5f commit 264df54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdscript/gdscript_basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ Properties (setters and getters)
15391539
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15401540

15411541
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
1542+
some validation or computation whenever its value changes. It may also be desired to
15431543
encapsulate its access in some way.
15441544

15451545
For this, GDScript provides a special syntax to define properties using the ``set`` and ``get``

0 commit comments

Comments
 (0)