Skip to content

Commit 683ed58

Browse files
Update mongo/options/serverapioptions.go
Co-authored-by: Qingyang Hu <[email protected]>
1 parent 53fd79f commit 683ed58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/options/serverapioptions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type ServerAPIOptions struct {
3030
}
3131

3232
// ServerAPI creates a new ServerAPIOptions configured with the provided
33-
// serverAPIversion.// ServerAPI creates a new ServerAPIOptions configured with the provided serverAPIversion.
33+
// serverAPIversion.
3434
func ServerAPI(serverAPIVersion ServerAPIVersion) *ServerAPIOptions {
3535
return &ServerAPIOptions{ServerAPIVersion: serverAPIVersion}
3636
}

0 commit comments

Comments
 (0)