Skip to content

DOCSP-51326-add-find-one #114

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

Merged
merged 7 commits into from
Jul 14, 2025

Conversation

shuangela
Copy link
Collaborator

@shuangela shuangela commented Jul 9, 2025

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-51326

Staging Links

  • crud/query/find
  • Self-Review Checklist

    • Is this free of any warnings or errors in the RST?
    • Did you run a spell-check?
    • Did you run a grammar-check?
    • Are all the links working?
    • Are the facets and meta keywords accurate?
    • Are the page titles greater than 20 characters long and SEO relevant?

    @shuangela shuangela requested a review from a team as a code owner July 9, 2025 20:28
    @shuangela shuangela requested review from rozza and removed request for a team July 9, 2025 20:28
    Copy link

    netlify bot commented Jul 9, 2025

    Deploy Preview for docs-kotlin-sync ready!

    Name Link
    🔨 Latest commit f3a4290
    🔍 Latest deploy log https://app.netlify.com/projects/docs-kotlin-sync/deploys/686ffa0fe2cdb40008d7c409
    😎 Deploy Preview https://deploy-preview-114--docs-kotlin-sync.netlify.app
    📱 Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify project configuration.

    @docs-builder-bot
    Copy link

    docs-builder-bot commented Jul 9, 2025

    🔄 Deploy Preview for docs-kotlin-sync processing

    Item Details
    🔨 Latest Commit 4c208b637938e0f24fb5c234226ada9c8268c9bc
    😎 Deploy Preview https://deploy-preview-114--docs-kotlin-sync.netlify.app
    🔍 Build Logs View Logs

    Copy link
    Member

    @rozza rozza left a comment

    Choose a reason for hiding this comment

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

    LGTM!

    Copy link
    Collaborator

    @mongoKart mongoKart left a comment

    Choose a reason for hiding this comment

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

    lgtm w/ one change!

    :dedent:

    The ``find()`` operation in the preceding example returns a MongoDB document
    which you can print, as shown in the following example:
    Copy link
    Collaborator

    Choose a reason for hiding this comment

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

    I: that/which

    Suggested change
    which you can print, as shown in the following example:
    that you can print, as shown in the following example:

    Copy link
    Collaborator Author

    Choose a reason for hiding this comment

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

    i added a comma and changed to a non-restrictive clause to have parallelism with the next section: "The find() operation in the preceding example returns a FindIterable object,
    which you can iterate through by using the forEach() method, as shown in the following
    example:"

    @shuangela shuangela requested a review from rozza July 10, 2025 17:50
    Copy link
    Member

    @rozza rozza left a comment

    Choose a reason for hiding this comment

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

    LGTM

    @shuangela shuangela merged commit d56dcd3 into mongodb:comp-cov Jul 14, 2025
    6 checks passed
    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.

    4 participants