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 f6d4064 commit 4c728ceCopy full SHA for 4c728ce
Sources/PackageDescription/SupportedPlatforms.swift
@@ -70,7 +70,7 @@ public struct Platform: Equatable, Sendable {
70
@available(_PackageDescription, introduced: 5.8)
71
public static let openbsd: Platform = Platform(name: "openbsd")
72
73
- /// The FreeBSD platform
+ /// The FreeBSD platform.
74
// @available(_PackageDescription, introduced: ??.??)
75
public static let freebsd: Platform = Platform(name: "freebsd")
76
}
0 commit comments