-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
docs: fix typos #5989
docs: fix typos #5989
Conversation
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.
Much more accurate than most other automated spellchecking tools that have made PRs to Red, I'll give you that!
@@ -154,7 +154,7 @@ async def triviaset_allowoverride(self, ctx: commands.Context, enabled: bool): | |||
) | |||
|
|||
@triviaset.command(name="usespoilers", usage="<true_or_false>") | |||
async def trivaset_use_spoilers(self, ctx: commands.Context, enabled: bool): |
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.
All changes in this file are inaccurate, as the command name is the literal triviaset
, standing for "trivia setting".
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.
I'm sorry, I think my intent was correct but I didn't fix it correctly. The typo was that it's "trivaset" (missing the "i" after the "v"). The problem was that I only fixed the trivia typo and forgot to add "set" with it.
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.
Ah, yep I see that now. If you want to make that change but keep set
in the command name, that would be fine!
Co-authored-by: Flame442 <[email protected]>
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.
Thanks!
Np! Just as a note, do you know if "bumpped_shuffle" is a typo? |
Sorry, @Jackenmen, I could not cleanly backport this to
|
(cherry picked from commit a89a27c) Co-authored-by: Lioness100 <[email protected]> Co-authored-by: Flame442 <[email protected]>
Co-authored-by: Lioness100 <[email protected]> Co-authored-by: Flame442 <[email protected]>
Co-authored-by: Flame442 <[email protected]>
Description of the changes
This PR fixes a few random typos (this was a trial run for a CLI I made)
I think "bumpped_shuffle" is a typo, but it was used in a lot of places in the code, so I didn't want to change anything without clearing it with a maintainer.
Also, I know this edits both code and comments, and modifies a lot of different sections of the code, so let me know if you need me to split it up into more modular PRs. :)
Have the changes in this PR been tested?
No