mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #6380 from MinaRashad/patch-1
Fixed a grammatical error
This commit is contained in:
@@ -285,7 +285,7 @@ which extend Object.
|
||||
Godot provides a variety of options for performing runtime checks on these
|
||||
accesses:
|
||||
|
||||
- A duck-typed property access. These will property check (as described above).
|
||||
- A duck-typed property access. These will be property checks (as described above).
|
||||
If the operation isn't supported by the object, execution will halt.
|
||||
|
||||
.. tabs::
|
||||
|
||||
Reference in New Issue
Block a user