Skip to content

Commit 0ed1625

Browse files
authored
Merge pull request #6973 from pcamp/patch-7
Fix typo in gdscript_basics
2 parents 17e6a5f + 264df54 commit 0ed1625

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)