-
Notifications
You must be signed in to change notification settings - Fork 109
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
RequestAFter corrected to RequestAAfter #743
Comments
Any thoughts on how we can identify invalid wordsplits like this? |
Citation needed, but my understanding is that single-letter words (especially articles like "a") are very uncommon in camel/pascal case identifiers. If a word is detected to be missing its first character and the previous character is uppercase, could we consider merging them? |
I agree and with the fact that this can bite us in other ways, and the complexity involved in trying to support it, I would lean towards us not supporting this. |
It should be corrected to
RequestAfter
instead.The text was updated successfully, but these errors were encountered: