-
-
Notifications
You must be signed in to change notification settings - Fork 10
Progressive form update #3
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
base: main
Are you sure you want to change the base?
Conversation
- I couldn't find an example with "replacing" so I assumed "stopping" was meant. - Moved "Exception:" down to where there is an exception. - Tightened up language about participle adjectives. It's unclear to me whether there's a character limit per line. I kept to under 80 characters. Thank you for your review. I wanted to do something simple for my first pull request, so please let me know how I can improve my process before I venture into open documentation issues.
Should have kept examples at the end to keep relevant text together.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an improvement in my opinion, thank you.
Ideally this whole explanation should be rerouted, so as not to mention the Don't sentence in a somewhat awkward spot. These writing guidelines are arguably outdated though, and could use an overall refresher someday.
|
||
You may use the progressive tense to describe actions that are | ||
continuous in time. Anything like animation or coroutines. | ||
Exception: You may use the progressive tense to describe actions that are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exception: You may use the progressive tense to describe actions that are | |
Exception: You may use the progressive tense to describe actions that are |
conjugation, so you may use them: ``the remaining movement``, | ||
``the missing file``, etc. | ||
Adding -ing at the end of a verb can turn a noun into an adjective. | ||
These -ing words are not an example of progressive form, and you may |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These -ing words are not an example of progressive form, and you may | |
These -ing words are not an example of progressive form, and you may |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, we... could use some static checks for trailing spaces.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, this repo currently doesn't have any static checks. I'll make a note to see if I can copy anything from the docs repo.
It's unclear to me whether there's a character limit per line. I kept to under 80 characters.
Thank you for your review. I wanted to do something simple for my first pull request, so please let me know how I can improve my process before I venture into open documentation issues.