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.
2 parents f07cdf1 + 3d242ac commit 447c986Copy full SHA for 447c986
include/swift/AST/Availability.h
@@ -242,9 +242,9 @@ class AvailabilityInference {
242
/// We assume a declaration without an annotation is always available.
243
static VersionRange availableRange(const Decl *D, ASTContext &C);
244
245
- /// \brief Returns the version range on which the declaration for which
246
- /// declaration is annotated as available, or None if the declaration
247
- /// has not availability annotation.
+ /// \brief Returns the version range for which the declaration
+ /// is annotated as available, or None if the declaration
+ /// has no availability annotation.
248
static Optional<VersionRange> annotatedAvailableRange(const Decl *D,
249
ASTContext &C);
250
0 commit comments