Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/forms/types/currency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Overridden Options

An active currency is one that is still in use today as `legal tender`_
somewhere. This option allows you to show only the currencies that are active
at that date:
at that date::

use Symfony\Component\Form\Extension\Core\Type\CurrencyType;

Expand Down Expand Up @@ -94,7 +94,7 @@ regardless of their legal tender status.
**type**: ``\DateTimeInterface::class`` or ``null`` **default**: ``null``

An inactive currency is one that is a legacy currency, no longer in circulation.
This option allows you to show only the currencies that are inactive at that date:
This option allows you to show only the currencies that are inactive at that date::

use Symfony\Component\Form\Extension\Core\Type\CurrencyType;

Expand Down