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

RUBY-3378 Document CSOT #2884

Merged
merged 8 commits into from
Jul 9, 2024

Conversation

comandeo-mongo
Copy link
Contributor

No description provided.

Comment on lines 945 to 946
# @option options [ Integer ] :timeout_ms The operation timeout in milliseconds.
# Must a non-negative integer. An explicit value of 0 means infinite.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# @option options [ Integer ] :timeout_ms The operation timeout in milliseconds.
# Must a non-negative integer. An explicit value of 0 means infinite.
# @option options [ Integer ] :timeout_ms The operation timeout in milliseconds.
# Must be a non-negative integer. An explicit value of 0 means infinite.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change "Must a non-negative" to "Must be a non-negative" throughout this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this, good catch, thanks!

# @option opts [ Integer | nil ] :timeout_ms Operation timeout in milliseconds.
# Must a positive integer. The default value is unset which means infinite.
# @option options [ Integer ] :timeout_ms The operation timeout in milliseconds.
# Must a non-negative integer. An explicit value of 0 means infinite.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Must a non-negative integer. An explicit value of 0 means infinite.
# Must be a non-negative integer. An explicit value of 0 means infinite.

@comandeo-mongo comandeo-mongo marked this pull request as ready for review July 5, 2024 13:57
@comandeo-mongo comandeo-mongo requested review from alexbevi and jamis July 5, 2024 13:57
Copy link
Contributor

@jamis jamis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one minor correction, otherwise LGTM! 👍

docs/reference/create-client.txt Outdated Show resolved Hide resolved
Co-authored-by: Jamis Buck <jamisbuck@gmail.com>
@comandeo-mongo comandeo-mongo merged commit 0c365c7 into mongodb:csot Jul 9, 2024
299 of 302 checks passed
@comandeo-mongo comandeo-mongo deleted the 3378-document-csot branch July 9, 2024 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants