8000 Fixed a syntax issue · symfony/symfony-docs@bf604e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf604e5

Browse files
javiereguiluzxabbuh
authored andcommitted
Fixed a syntax issue
1 parent da1bbb2 commit bf604e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/options/choice_value.rst.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ configure the value that will be sent in the API request).
1414
This can be a callable or a property path. See `choice_label`_ for similar usage.
1515
If ``null`` is used, an incrementing integer is used as the name.
1616
17-
If you are using a callable to populate ```choice_value```, you need to check
18-
for the case that the value of the field may be ```null```.
17+
If you are using a callable to populate ``choice_value``, you need to check
18+
for the case that the value of the field may be ``null``.
1919
2020
.. caution::
2121

0 commit comments

Comments
 (0)
0