diff --git a/docs/codeql/ql-language-reference/types.rst b/docs/codeql/ql-language-reference/types.rst index 1216454bcf2..6c0ea6cc7fe 100644 --- a/docs/codeql/ql-language-reference/types.rst +++ b/docs/codeql/ql-language-reference/types.rst @@ -407,7 +407,7 @@ results in a compile time error. Note from the example that it is still possible methods from instanceof supertypes from within the specialising class with the `super` keyword. Crucially, the base class methods are not just hidden. The extension relationship is severed. -This has deep implications on method resolution when complex class hierarchies are involved. +This has implications on method resolution when complex class hierarchies are involved. The following example demonstrates this. .. code-block:: ql