From b3c6b8722f7b7d5f36ce349266b0cf3ac37369df Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 23 Jul 2014 16:01:50 +0200 Subject: [PATCH] Fixed a minor syntax error --- contributing/documentation/standards.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/contributing/documentation/standards.rst b/contributing/documentation/standards.rst index 57cd8933c4c..7cd44203034 100644 --- a/contributing/documentation/standards.rst +++ b/contributing/documentation/standards.rst @@ -146,12 +146,11 @@ Language Standards point of view: use the second instead); * When referencing a hypothetical person, such as "a user with a session cookie", gender-neutral pronouns (they/their/them) should be used. For example, instead of: - - * he or she, use they - * him or her, use them - * his or her, use their - * his or hers, use theirs - * himself or herself, use themselves + * he or she, use they + * him or her, use them + * his or her, use their + * his or hers, use theirs + * himself or herself, use themselves .. _`the Sphinx documentation`: http://sphinx-doc.org/rest.html#source-code .. _`Twig Coding Standards`: http://twig.sensiolabs.org/doc/coding_standards.html