@@ -157,9 +157,9 @@ const (
157157// topology.
158158//
159159// Dial will timeout after 10 seconds if a server isn't reached. The returned
160- // session will timeout operations after one minute by default if servers
161- // aren't available. To customize the timeout, see DialWithTimeout,
162- // SetSyncTimeout, and SetSocketTimeout.
160+ // session will timeout operations after one minute by default if servers aren't
161+ // available. To customize the timeout, see DialWithTimeout, SetSyncTimeout, and
162+ // SetSocketTimeout.
163163//
164164// This method is generally called just once for a given cluster. Further
165165// sessions to the same cluster are then established using the New or Copy
@@ -184,8 +184,8 @@ const (
184184// If the port number is not provided for a server, it defaults to 27017.
185185//
186186// The username and password provided in the URL will be used to authenticate
187- // into the database named after the slash at the end of the host names, or
188- // into the "admin" database if none is provided. The authentication information
187+ // into the database named after the slash at the end of the host names, or into
188+ // the "admin" database if none is provided. The authentication information
189189// will persist in sessions obtained through the New method as well.
190190//
191191// The following connection options are supported after the question mark:
@@ -237,8 +237,8 @@ const (
237237//
238238// appName=<appName>
239239//
240- // The identifier of the client application which ran the operation. This
241- // param can't exceed 128 bytes
240+ // The identifier of this client application. This parameter is used to
241+ // annotate logs / profiler output and cannot exceed 128 bytes.
242242//
243243// Relevant documentation:
244244//
0 commit comments