From 8e361ff71750d8c9183dcf9c610db165b02bf572 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 26 Dec 2016 08:16:07 +0100 Subject: [PATCH] Fixed a syntax issue in Doctrine article --- doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine.rst b/doctrine.rst index 2e4a6dcf7af..b34e1342f2a 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -385,7 +385,7 @@ see the :ref:`doctrine-field-types` section. .. tip:: After creating your entities you should validate the mappings with the - following command:: + following command: .. code-block:: terminal