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 899925a commit 3072429Copy full SHA for 3072429
include/swift/AST/AvailabilitySpec.h
@@ -69,7 +69,7 @@ class PlatformVersionConstraintAvailabilitySpec : public AvailabilitySpec {
69
70
llvm::VersionTuple Version;
71
72
- // For macOS Big Sur, we we canonicalize 10.16 to 11.0 for compile-time
+ // For macOS Big Sur, we canonicalize 10.16 to 11.0 for compile-time
73
// checking since clang canonicalizes availability markup. However, to
74
// support Beta versions of macOS Big Sur where the OS
75
// reports 10.16 at run time, we need to compare against 10.16,
0 commit comments