Skip to content

Commit 8aee1ab

Browse files
committed
Merge pull request symfony#2637 from gregquat/patch-11
Book/Doctrine: Minor typo fix
2 parents 735e2db + f871cd1 commit 8aee1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/doctrine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ and ``nullable``. Take a few examples:
14621462
<!--
14631463
A string field length 255 that cannot be null
14641464
(reflecting the default values for the "length" and *nullable* options)
1465-
type attribute is necessary in yaml definitions
1465+
type attribute is necessary in xml definitions
14661466
-->
14671467
<field name="name" type="string" />
14681468
<field name="email"

0 commit comments

Comments
 (0)