Skip to content

Commit 2885812

Browse files
authored
Merge pull request godotengine#8918 from dalexeev/gds-is-not-operator
GDScript: Document `is not` operator
2 parents a9f5cc7 + 46e69f0 commit 2885812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/scripting/gdscript/gdscript_basics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ The following is the list of supported operators and their precedence.
242242
+---------------------------------------+-----------------------------------------------------------------------------+
243243
| ``await x`` | `Awaiting for signals or coroutines`_ |
244244
+---------------------------------------+-----------------------------------------------------------------------------+
245-
| ``x is Node`` | Type checking |
246-
| | |
245+
| | ``x is Node`` | Type checking |
246+
| | ``x is not Node`` | |
247247
| | See also :ref:`is_instance_of() <class_@GDScript_method_is_instance_of>` |
248248
| | function. |
249249
+---------------------------------------+-----------------------------------------------------------------------------+

0 commit comments

Comments
 (0)