Skip to content

Commit 20f23f6

Browse files
fix: formatting for currency.rst documentation
2 PHP codeblocks were missing.
1 parent e24b214 commit 20f23f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/currency.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Overridden Options
3535

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

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

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

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

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

0 commit comments

Comments
 (0)