From b827e82bd79c39d7a9801f7e5a8cd2028e6062c4 Mon Sep 17 00:00:00 2001
From: Wouter J <waldio.webdesign@gmail.com>
Date: Sun, 30 Dec 2012 12:34:40 +0100
Subject: [PATCH] Fixed formatting issue

It seems like ``|`` doesn't get rendered, but `` | `` does.
---
 reference/constraints/UniqueEntity.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reference/constraints/UniqueEntity.rst b/reference/constraints/UniqueEntity.rst
index 1c2ab1ea989..4820291fb92 100644
--- a/reference/constraints/UniqueEntity.rst
+++ b/reference/constraints/UniqueEntity.rst
@@ -81,7 +81,7 @@ Options
 fields
 ~~~~~~
 
-**type**: ``array``|``string`` [:ref:`default option<validation-default-option>`]
+**type**: ``array`` | ``string`` [:ref:`default option<validation-default-option>`]
 
 This required option is the field (or list of fields) on which this entity
 should be unique. For example, if you specified both the ``email`` and ``name``