Skip to content

Commit dbd7837

Browse files
committed
update comment
1 parent da16339 commit dbd7837

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mongo/options/internaloptions.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ import (
1212
"go.mongodb.org/mongo-driver/v2/x/mongo/driver"
1313
)
1414

15-
// Deprecated: SetInternalClientOptions sets internal only options for ClientOptions. It may be changed
16-
// or removed in any release.
15+
// SetInternalClientOptions sets internal options for ClientOptions.
16+
//
17+
// Deprecated: This function is for internal use only. It may be changed or removed in any release.
1718
func SetInternalClientOptions(opts *ClientOptions, custom map[string]any) (*ClientOptions, error) {
1819
const typeErr = "unexpected type for %s"
1920
for k, v := range custom {

0 commit comments

Comments
 (0)