Skip to content

Commit 447c986

Browse files
committed
Merge pull request #385 from rohitverma007/master
Fix typo in AST/Availability.h
2 parents f07cdf1 + 3d242ac commit 447c986

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/swift/AST/Availability.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ class AvailabilityInference {
242242
/// We assume a declaration without an annotation is always available.
243243
static VersionRange availableRange(const Decl *D, ASTContext &C);
244244

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.
245+
/// \brief Returns the version range for which the declaration
246+
/// is annotated as available, or None if the declaration
247+
/// has no availability annotation.
248248
static Optional<VersionRange> annotatedAvailableRange(const Decl *D,
249249
ASTContext &C);
250250

0 commit comments

Comments
 (0)