From f3e8c46a8dd712557cc14dbd68fd0946b193c0c3 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 9 Jul 2016 08:53:23 +0200 Subject: [PATCH] fix list item termination character --- contributing/code/standards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index 7a9b9b240dd..47f4417ea40 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -173,7 +173,7 @@ Structure * Calls to :phpfunction:`trigger_error` with type ``E_USER_DEPRECATED`` must be switched to opt-in via ``@`` operator. - Read more at :ref:`contributing-code-conventions-deprecations`. + Read more at :ref:`contributing-code-conventions-deprecations`; * Do not use ``else``, ``elseif``, ``break`` after ``if`` and ``case`` conditions which return or throw something.