Skip to content

Commit

Permalink
minor #4016 Fixed the format of one letter-based list (javiereguiluz)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Jul 25, 2014
2 parents 06f8c31 + d87d803 commit 7ea87e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions reference/constraints/Expression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ properties::

To validate the object, you have some special requirements:

* A) If ``isTechnicalPost`` is true, then ``category`` must be either ``php``
or ``symfony``;

* B) If ``isTechnicalPost`` is false, then ``category`` can be anything.
A) If ``isTechnicalPost`` is true, then ``category`` must be either ``php``
or ``symfony``;
B) If ``isTechnicalPost`` is false, then ``category`` can be anything.

One way to accomplish this is with the Expression constraint:

Expand Down

0 comments on commit 7ea87e6

Please sign in to comment.