-
Notifications
You must be signed in to change notification settings - Fork 33
DOCSP-38345: session converted to struct #359
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
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
source/fundamentals/transactions.txt
Outdated
@@ -58,7 +58,7 @@ Methods | |||
------- | |||
|
|||
After you start a session by using the ``StartSession()`` method, you can modify | |||
the session state by using the method set provided by the ``Session`` interface. The | |||
the session state by using the method set provided by the ``Session`` struct. The |
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.
The type here isn't as important as the name. Consider referring to the value by name.
the session state by using the method set provided by the ``Session`` struct. The | |
the session state by using the method set provided by the returned ``Session``. The |
source/fundamentals/transactions.txt
Outdated
@@ -123,7 +123,7 @@ following table describes these methods: | |||
| **Parameter**: ``Context`` | |||
| **Return Type**: none | |||
|
|||
The ``Session`` interface also has methods to retrieve session | |||
The ``Session`` struct also has methods to retrieve session |
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.
Similar to above, the type isn't important to the description of the behavior. Consider referring to the value by name.
The ``Session`` struct also has methods to retrieve session | |
A ``Session`` also has methods to retrieve session |
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.
Looks good! 👍
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-38345
Staging
Self-Review Checklist