Skip to content

Commit 3d242ac

Browse files
committed
Fixing typo in AST/Availabilit.h
1 parent d61ba5b commit 3d242ac

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)