We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fd79f commit 683ed58Copy full SHA for 683ed58
mongo/options/serverapioptions.go
@@ -30,7 +30,7 @@ type ServerAPIOptions struct {
30
}
31
32
// ServerAPI creates a new ServerAPIOptions configured with the provided
33
-// serverAPIversion.// ServerAPI creates a new ServerAPIOptions configured with the provided serverAPIversion.
+// serverAPIversion.
34
func ServerAPI(serverAPIVersion ServerAPIVersion) *ServerAPIOptions {
35
return &ServerAPIOptions{ServerAPIVersion: serverAPIVersion}
36
0 commit comments