QL HB: Fix typo [SD-3862]

(cherry picked from commit acca48bd8f)
This commit is contained in:
Shati Patel
2019-09-09 15:23:31 +01:00
committed by james
parent 3f4f9ec9e3
commit 6b10ddf8fc

View File

@@ -106,7 +106,7 @@ base types.
A class can extend multiple types. See :ref:`multiple-inheritance` below.
To be a valid, a class:
To be valid, a class:
- Must not extend itself.
- Must not extend a :ref:`final` class.
- Must not extend types that are incompatible. (See :ref:`type-compatibility`.)