We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863eede commit 55c6059Copy full SHA for 55c6059
docs/codeql/ql-language-reference/types.rst
@@ -388,7 +388,7 @@ Non-extending subtypes
388
======================
389
390
Besides extending base types, classes can also declare `instanceof` relationships with other types.
391
-Declaring a class as `instanceof Foo` is roughly equivalent to saying `this instanceof Foo` the charpred.
+Declaring a class as `instanceof Foo` is roughly equivalent to saying `this instanceof Foo` in the characteristic predicate.
392
The main differences are that you can call methods on Bar via `super` and you can get better optimisation.
393
394
.. code-block:: ql
0 commit comments