10000 wording fixes · symfony/symfony-docs@f0a7926 · GitHub
[go: up one dir, main page]

Skip to content

Commit f0a7926

Browse files
committed
wording fixes
1 parent d873d06 commit f0a7926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/community/review-comments.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ Don't use hyperbole ("always", "never", "endlessly", "nothing", "worst", "horrib
9191
**Don't:** *"I don't like how you wrote this code"* - there is no clear explanation why you
9292
don't like how it's written.
9393

94-
**Better:** *"I find it hard to read this code as there is many nested if statements, can you make it more
94+
**Better:** *"I find it hard to read this code as there are many nested if statements, can you make it more
9595
readable? By encapsulating some of its details or maybe adding some comments to explain the overall logic."* -
9696
You explain why you find the code hard to read *and* give some suggestions for improvement.
9797

9898
If a piece of code is in fact wrong, explain why:
9999

100100
* "This code doesn't comply with Symfony's CS rules. Please see [...] for details."
101101

102-
* "Symfony 3 still uses PHP 5 and doesn't allow the usage scalar type-hints."
102+
* "Symfony 3 still uses PHP 5 and doesn't allow the usage of scalar type-hints."
103103

104104
* "I think the code is less readable now." - careful here, be sure explain why you think
105105
the code is less readable, and maybe give some suggestions?

0 commit comments

Comments
 (0)
0