Skip to content

Commit 3e35008

Browse files
committed
Minor tweaks
1 parent 339848a commit 3e35008

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

reference/forms/types/percent.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ percentage data. If your percentage data is stored as a decimal (e.g. ``0.95``),
99
you can use this field out-of-the-box. If you store your data as a number
1010
(e.g. ``95``), you should set the ``type`` option to ``integer``.
1111

12-
When ``symbol`` is true, the field will add a percentage sign "``%``" after the
13-
input.
12+
When ``symbol`` is ``true``, the field will add a percentage sign "``%``" after
13+
the input.
1414

1515
+-------------+-----------------------------------------------------------------------+
1616
| Rendered as | ``input`` ``text`` field |
@@ -66,9 +66,9 @@ symbol
6666
The ``symbol`` option was introduced in Symfony 4.3.
6767

6868
By default, fields are rendered with a percentage sign ``%`` after the input.
69-
Setting the value to ``false`` will not display the percentage sign.
70-
Setting the value to a ``string`` (e.g. ````), will show the string value instead
71-
of the default ``%`` sign.
69+
Setting the value to ``false`` will not display the percentage sign. Setting the
70+
value to a ``string`` (e.g. ````), will show that string instead of the default
71+
``%`` sign.
7272

7373
type
7474
~~~~

0 commit comments

Comments
 (0)