Skip to content

Commit 7ea87e6

Browse files
committed
minor #4016 Fixed the format of one letter-based list (javiereguiluz)
This PR was merged into the 2.4 branch. Discussion ---------- Fixed the format of one letter-based list This is how this list was displayed on the website: ![wrong_list_formatting](https://cloud.githubusercontent.com/assets/73419/3537741/b4e96d8c-0824-11e4-96e2-afec90916920.png) Commits ------- d87d803 Fixed the format of one letter-based list
2 parents 06f8c31 + d87d803 commit 7ea87e6

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)