Skip to content

Commit

Permalink
Update mongo/options/serverapioptions.go
Browse files Browse the repository at this point in the history
Co-authored-by: Qingyang Hu <[email protected]>
  • Loading branch information
prestonvasquez and qingyang-hu authored Dec 4, 2024
1 parent 53fd79f commit 683ed58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo/options/serverapioptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type ServerAPIOptions struct {
}

// ServerAPI creates a new ServerAPIOptions configured with the provided
// serverAPIversion.// ServerAPI creates a new ServerAPIOptions configured with the provided serverAPIversion.
// serverAPIversion.
func ServerAPI(serverAPIVersion ServerAPIVersion) *ServerAPIOptions {
return &ServerAPIOptions{ServerAPIVersion: serverAPIVersion}
}
Expand Down

0 comments on commit 683ed58

Please sign in to comment.