From d2f833d02cdb38f19cce3452eab1af8e7f712815 Mon Sep 17 00:00:00 2001 From: Philip Ginsbach Date: Fri, 3 Sep 2021 10:13:12 +0100 Subject: [PATCH] deep implications => implications --- docs/codeql/ql-language-reference/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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