Skip to content

Commit 3842f59

Browse files
committed
[symfony#2704] Minor syntax error for new currency form type
1 parent 48b3a7a commit 3842f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/currency.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ currency Field Type
55
===================
66

77
The ``currency`` type is a subset of the
8-
:doc:`choice type </reference/forms/types/choice` that allows the user to
8+
:doc:`choice type </reference/forms/types/choice>` that allows the user to
99
select from a large list of `3-letter ISO 4217`_ currencies.
1010

1111
Unlike the ``choice`` type, you don't need to specify a ``choices`` or

0 commit comments

Comments
 (0)