Skip to content

Commit cdc5fe1

Browse files
authored
Merge pull request #11889 from Rixafy/docs-typo-fix
Fix docs typo (nulable -> nullable)
2 parents c679d1b + 69ece00 commit cdc5fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/association-mapping.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ Is essentially the same as following:
14261426
<doctrine-mapping>
14271427
<entity class="Product">
14281428
<one-to-one field="shipment" target-entity="Shipment">
1429-
<join-column name="shipment_id" referenced-column-name="id" nulable=false />
1429+
<join-column name="shipment_id" referenced-column-name="id" nullable=false />
14301430
</one-to-one>
14311431
</entity>
14321432
</doctrine-mapping>

0 commit comments

Comments
 (0)