-
Notifications
You must be signed in to change notification settings - Fork 20
DOCSP-44971: Count & distinct usage ex updates #163
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
DOCSP-44971: Count & distinct usage ex updates #163
Conversation
✅ Deploy Preview for docs-rust ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
mongoKart
left a comment
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.
LGTM w/ 1 question/suggestion
source/usage-examples/count.txt
Outdated
| the collection's data, replace the ``<T>`` type parameter on the highlighted | ||
| line with one of the following values: | ||
|
|
||
| - ``<Document>``: Accesses collection documents as BSON documents |
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.
q: is it more accurate to say 'Represents' or something instead of 'Accesses'? since the user is presumably the one doing the accessing
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.
Good point, I think "represents" makes more sense
(cherry picked from commit c2614e6)
(cherry picked from commit c2614e6)
(cherry picked from commit c2614e6)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-44971
Staging - https://deploy-preview-163--docs-rust.netlify.app/usage-examples/count/
https://deploy-preview-163--docs-rust.netlify.app/usage-examples/distinct/
Self-Review Checklist