Quellcode durchsuchen

Fixed a grammatical error

Mina Eskandar vor 3 Jahren
Ursprung
Commit
20e515aed3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tutorials/best_practices/godot_interfaces.rst

+ 1 - 1
tutorials/best_practices/godot_interfaces.rst

@@ -285,7 +285,7 @@ which extend Object.
 Godot provides a variety of options for performing runtime checks on these
 Godot provides a variety of options for performing runtime checks on these
 accesses:
 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.
   If the operation isn't supported by the object, execution will halt.
 
 
   .. tabs::
   .. tabs::