Skip to content

Commit 732bb2f

Browse files
changed confusing negative wording
1 parent b1f8253 commit 732bb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/inheritance-mapping.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ is common to multiple entity classes.
1616
Mapped superclasses, just as regular, non-mapped classes, can
1717
appear in the middle of an otherwise mapped inheritance hierarchy
1818
(through Single Table Inheritance or Class Table Inheritance). They
19-
are not query-able, and need not have an ``#[Id]`` property.
19+
are not query-able, and do not require an ``#[Id]`` property.
2020

2121
No database table will be created for a mapped superclass itself,
2222
only for entity classes inheriting from it. That implies that a

0 commit comments

Comments
 (0)