8000 Remove Serial Comma · ThomasLandauer/symfony-docs@3597020 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3597020

Browse files
huebsweaverryan
authored andcommitted
Remove Serial Comma
1 parent 4643ce1 commit 3597020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Some constraints, like :doc:`NotBlank </reference/constraints/NotBlank>`,
329329
are simple whereas others, like the :doc:`Choice </reference/constraints/Choice>`
330330
constraint, have several configuration options available. Suppose that the
331331
``Author`` class has another property called ``gender`` that can be set to either
332-
"male", "female", or "other":
332+
"male", "female" or "other":
333333

334334
.. configuration-block::
335335

0 commit comments

Comments
 (0)
0