Skip to content

Commit 96f8384

Browse files
authored
SWIFT-1159 Add versioned API docs link (#684)
1 parent b56d7d6 commit 96f8384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MongoSwift/MongoServerAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import CLibMongoC
22

3-
// TODO: SWIFT-1159: add versioned API docs link.
43
/// A type containing options for specifying a MongoDB server API version and related behavior.
4+
/// - SeeAlso: https://docs.mongodb.com/manual/reference/versioned-api/
55
public struct MongoServerAPI: Codable {
66
/// Represents a server API version.
77
public struct Version: Codable, Equatable, LosslessStringConvertible {

0 commit comments

Comments
 (0)