From d87d8030b23bb12f47c8661cc3535f83c18132e1 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 10 Jul 2014 13:23:48 +0200 Subject: [PATCH] Fixed the format of one letter-based list --- reference/constraints/Expression.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/reference/constraints/Expression.rst b/reference/constraints/Expression.rst index 430e53ecba1..d491adea2db 100644 --- a/reference/constraints/Expression.rst +++ b/reference/constraints/Expression.rst @@ -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: