Skip to content

Commit 526e277

Browse files
authored
Fix typo in Session docstring (#886)
1 parent ede319f commit 526e277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func SessionFromContext(ctx context.Context) Session {
100100
// resources are properly cleaned up, context deadlines and cancellations will not be respected during this call. For a
101101
// usage example, see the Client.StartSession method documentation.
102102
//
103-
// ClusterTime, OperationTime, Client, and ID return the session's current operation time, the session's current cluster
103+
// ClusterTime, OperationTime, Client, and ID return the session's current cluster time, the session's current operation
104104
// time, the Client associated with the session, and the ID document associated with the session, respectively. The ID
105105
// document for a session is in the form {"id": <BSON binary value>}.
106106
//

0 commit comments

Comments
 (0)