Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yuji committed Jan 7, 2025
1 parent f6d4064 commit 4c728ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PackageDescription/SupportedPlatforms.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public struct Platform: Equatable, Sendable {
@available(_PackageDescription, introduced: 5.8)
public static let openbsd: Platform = Platform(name: "openbsd")

/// The FreeBSD platform
/// The FreeBSD platform.
// @available(_PackageDescription, introduced: ??.??)
public static let freebsd: Platform = Platform(name: "freebsd")
}
Expand Down

0 comments on commit 4c728ce

Please sign in to comment.