From 20e515aed32310fe67c47624a507c9be400509c3 Mon Sep 17 00:00:00 2001 From: Mina Eskandar <39602891+MinaRashad@users.noreply.github.com> Date: Sun, 13 Nov 2022 21:29:56 +0200 Subject: [PATCH] Fixed a grammatical error --- tutorials/best_practices/godot_interfaces.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/best_practices/godot_interfaces.rst b/tutorials/best_practices/godot_interfaces.rst index 6a6c065d7..535e62ffc 100644 --- a/tutorials/best_practices/godot_interfaces.rst +++ b/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 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::