Skip to content

Commit

Permalink
Merge pull request #8918 from dalexeev/gds-is-not-operator
Browse files Browse the repository at this point in the history
GDScript: Document `is not` operator
  • Loading branch information
mhilbrunner authored Feb 7, 2024
2 parents a9f5cc7 + 46e69f0 commit 2885812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/scripting/gdscript/gdscript_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ The following is the list of supported operators and their precedence.
+---------------------------------------+-----------------------------------------------------------------------------+
| ``await x`` | `Awaiting for signals or coroutines`_ |
+---------------------------------------+-----------------------------------------------------------------------------+
| ``x is Node`` | Type checking |
| | |
| | ``x is Node`` | Type checking |
| | ``x is not Node`` | |
| | See also :ref:`is_instance_of() <class_@GDScript_method_is_instance_of>` |
| | function. |
+---------------------------------------+-----------------------------------------------------------------------------+
Expand Down

0 comments on commit 2885812

Please sign in to comment.