Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Fix-all-the-little-inconsistencies-in-the-json-command-file-descriptions #102

wants to merge 1 commit into from

Conversation

ItsAJ1005
Copy link

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!

Signed-off-by: ItsAJ1005 <ajharshvardhan123@gmail.com>
@ItsAJ1005
Copy link
Author

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."
Copy link
Member

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."
Copy link
Member

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

@PingXie
Copy link
Member

PingXie commented Mar 31, 2024

Thanks @ItsAJ1005! Really appreciate the attention to details.

@PingXie PingXie added the polish typos, style, etc label Mar 31, 2024
@zuiderkwast
Copy link
Contributor

#63 is ready to merge. Just waiting for broken file names (redis-cli is used in a python script)

@zuiderkwast
Copy link
Contributor

@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.

@ItsAJ1005 ItsAJ1005 closed this May 24, 2024
@ItsAJ1005 ItsAJ1005 deleted the Fix-all-the-little-inconsistencies-in-the-json-command-file-descriptions branch May 24, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
polish typos, style, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants