-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Grammar fix in exception message #29868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Looks like it should be done on 3.4 |
@fabpot Yes, this week 👍 |
@xabbuh Sorry, I'm not able. Can you help me? I wanted to rebase (never did that) with:
--> the rebase tells me that there are confilcts (the first one in src/Symfony/Component/Console/Helper/SymfonyQuestionHelper.php) and I have to merge. This seems wrong to me, what am I doing wrong? |
@michaelKaefer I did a rebase. :) |
According to https://en.wiktionary.org/wiki/whitespace and https://english.stackexchange.com/questions/25368/what-is-the-plural-form-of-whitespace valid sentences would be: - Whitespace is ... - Whitespaces are ... - Whitespace characters are ... But this is not correct: - Whitespace are ...
Good catch, thanks @michaelKaefer. |
This PR was merged into the 3.4 branch. Discussion ---------- Grammar fix in exception message According to https://en.wiktionary.org/wiki/whitespace and https://english.stackexchange.com/questions/25368/what-is-the-plural-form-of-whitespace valid sentences would be: - Whitespace is ... - Whitespaces are ... - Whitespace characters are ... But this is not correct: - Whitespace are ... | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 6e279a0 Grammar fix in exception message
According to https://en.wiktionary.org/wiki/whitespace and https://english.stackexchange.com/questions/25368/what-is-the-plural-form-of-whitespace valid sentences would be:
But this is not correct: