-
Notifications
You must be signed in to change notification settings - Fork 43
DOCSP-33951: atomic typos fy2024-q4 #487
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
Conversation
@@ -58,7 +58,7 @@ principal name. | |||
The following code snippets show how to specify the authentication mechanism, | |||
using the following placeholders: | |||
|
|||
* ``username`` - your URL-encoded principal name, e.g. "username%40REALM.ME" | |||
* ``username`` - your URL-encoded principal name, for example "username%40REALM.ME" |
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.
S:
* ``username`` - your URL-encoded principal name, for example "username%40REALM.ME" | |
* ``username`` - your URL-encoded principal name, such as "username%40REALM.ME" |
source/usage-examples/bulkWrite.txt
Outdated
for more information on each class. | ||
implement ``WriteModel`` correspond to the preceding write | ||
operation methods. For example, the ``InsertOneModel`` class wraps the | ||
``insertOne`` write operation. See the links to the API documentation |
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.
S:
``insertOne`` write operation. See the links to the API documentation | |
``insertOne()`` write operation. See the links to the API documentation |
source/faq.txt
Outdated
For example, if you have an ``Event`` class that you extend in Java, | ||
such as ``MachineEvent`` or ``NetworkEvent``, using a discriminator | ||
identifies which class the ``PojoCodecProvider`` must use to | ||
serialize/deserialize the document. |
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.
S:
serialize/deserialize the document. | |
serialize and deserialize the document. |
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 + a few suggestions!
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-33951
Staging - https://preview-mongodbrustagir.gatsbyjs.io/java/DOCSP-33951-javasync-alas/
Self-Review Checklist