Skip to content

Commit f871cd1

Browse files
committed
Book/Doctrine Minor fix
Fixing bad copy/paste ("yaml" => "xml"). I'm checking/updating French doc so I see everything (or almost) ;)
1 parent 0d5a095 commit f871cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/doctrine.rst

Lines changed: 1 addition & 1 deletion
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)