Skip to content

Commit d2f833d

Browse files
committed
deep implications => implications
1 parent ee13efb commit d2f833d

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
@@ -407,7 +407,7 @@ results in a compile time error. Note from the example that it is still possible
407407
methods from instanceof supertypes from within the specialising class with the `super` keyword.
408408

409409
Crucially, the base class methods are not just hidden. The extension relationship is severed.
410-
This has deep implications on method resolution when complex class hierarchies are involved.
410+
This has implications on method resolution when complex class hierarchies are involved.
411411
The following example demonstrates this.
412412

413413
.. code-block:: ql

0 commit comments

Comments
 (0)