8000 Fixed the format of one letter-based list · symfony/symfony-docs@d87d803 · GitHub
[go: up one dir, main page]

Skip to content

Commit d87d803

Browse files
committed
Fixed the format of one letter-based list
1 parent a2ce937 commit d87d803

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

reference/constraints/Expression.rst

Lines changed: 3 additions & 4 deletions

Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ properties::
5353

5454
To validate the object, you have some special requirements:
5555
56-
* A) If ``isTechnicalPost`` is true, then ``category`` must be either ``php``
57-
or ``symfony``;
58-
59-
* B) If ``isTechnicalPost`` is false, then ``category`` can be anything.
56+
A) If ``isTechnicalPost`` is true, then ``category`` must be either ``php``
57+
or ``symfony``;
58+
B) If ``isTechnicalPost`` is false, then ``category`` can be anything.
6059

6160
One way to accomplish this is with the Expression constraint:
6261

0 commit comments

Comments
 (0)
0