Skip to content

Commit

Permalink
GODRIVER-2800 Update ClientSession comment
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Apr 26, 2024
1 parent 1d4ced6 commit a013151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func SessionFromContext(ctx context.Context) *Session {
return sess
}

// ClientSession implements the XSession interface.
// ClientSession returns the experimental client session.
func (s *Session) ClientSession() *session.Client {
return s.clientSession
}
Expand Down

0 comments on commit a013151

Please sign in to comment.