Skip to content

Commit 6b10ddf

Browse files
Shati Pateljames
authored andcommitted
QL HB: Fix typo [SD-3862]
(cherry picked from commit acca48b)
1 parent 3f4f9ec commit 6b10ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/ql-handbook/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ base types.
106106

107107
A class can extend multiple types. See :ref:`multiple-inheritance` below.
108108

109-
To be a valid, a class:
109+
To be valid, a class:
110110
- Must not extend itself.
111111
- Must not extend a :ref:`final` class.
112112
- Must not extend types that are incompatible. (See :ref:`type-compatibility`.)

0 commit comments

Comments
 (0)