We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4f9ec commit 6b10ddfCopy full SHA for 6b10ddf
docs/language/ql-handbook/types.rst
@@ -106,7 +106,7 @@ base types.
106
107
A class can extend multiple types. See :ref:`multiple-inheritance` below.
108
109
-To be a valid, a class:
+To be valid, a class:
110
- Must not extend itself.
111
- Must not extend a :ref:`final` class.
112
- Must not extend types that are incompatible. (See :ref:`type-compatibility`.)
0 commit comments