Skip to content

Commit 55c6059

Browse files
ginsbachnickrolfe
andauthored
Update docs/codeql/ql-language-reference/types.rst
Co-authored-by: Nick Rolfe <[email protected]>
1 parent 863eede commit 55c6059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/ql-language-reference/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Non-extending subtypes
388388
======================
389389

390390
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.
391+
Declaring a class as `instanceof Foo` is roughly equivalent to saying `this instanceof Foo` in the characteristic predicate.
392392
The main differences are that you can call methods on Bar via `super` and you can get better optimisation.
393393

394394
.. code-block:: ql

0 commit comments

Comments
 (0)