mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Fix typo in gdscript_basics
"change" -> "changes"
This commit is contained in:
@@ -1539,7 +1539,7 @@ Properties (setters and getters)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Sometimes, you want a class' member variable to do more than just hold data and actually perform
|
||||
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
|
||||
encapsulate its access in some way.
|
||||
|
||||
For this, GDScript provides a special syntax to define properties using the ``set`` and ``get``
|
||||
|
||||
Reference in New Issue
Block a user