Skip to content

Commit b986733

Browse files
committed
minor #6739 fix list item termination character (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- fix list item termination character Commits ------- f3e8c46 fix list item termination character
2 parents 25ac5fe + f3e8c46 commit b986733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Structure
173173

174174
* Calls to :phpfunction:`trigger_error` with type ``E_USER_DEPRECATED`` must be
175175
switched to opt-in via ``@`` operator.
176-
Read more at :ref:`contributing-code-conventions-deprecations`.
176+
Read more at :ref:`contributing-code-conventions-deprecations`;
177177

178178
* Do not use ``else``, ``elseif``, ``break`` after ``if`` and ``case`` conditions
179179
which return or throw something.

0 commit comments

Comments
 (0)