-
Notifications
You must be signed in to change notification settings - Fork 685
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
Fix-all-the-little-inconsistencies-in-the-json-command-file-descriptions #102
Fix-all-the-little-inconsistencies-in-the-json-command-file-descriptions #102
Conversation
Signed-off-by: ItsAJ1005 <ajharshvardhan123@gmail.com>
If you like my work, please review! |
@@ -23,7 +23,7 @@ | |||
}, | |||
{ | |||
"type": "string", | |||
"description": "The description of the problem, in case the user is not allowed to run the given command." | |||
"description": "The description of the problem in case the user is not allowed to run the given command." |
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.
should we replace "in case" with "if" here too?
@@ -15,7 +15,7 @@ | |||
], | |||
"reply_schema": { | |||
"type": "string", | |||
"description": "Pseudorandom data. By default it contains 64 bytes, representing 256 bits of data. If `bits` was given, the output string length is the number of specified bits (rounded to the next multiple of 4) divided by 4." | |||
"description": "Pseudorandom data. By default, it contains 64 bytes, representing 256 bits of data. If `bits` was given, the output string length is the number of specified bits (rounded to the next multiple of 4) divided by 4." |
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.
should we remove "," in the phrase below too?
it contains 64 bytes, representing 256 bits of data
Thanks @ItsAJ1005! Really appreciate the attention to details. |
#63 is ready to merge. Just waiting for broken file names (redis-cli is used in a python script) |
@ItsAJ1005 I merged #63. Sorry for causing you merge conflicts but that PR was already reviewed and ready to merge. I hope you can resolve them easily enough. |
I am new to open-source contribution and have attempted to make some minor changes. I would greatly appreciate a review from your side. Thank you!