Skip to content

Commit 44d19e8

Browse files
practicalswifttkremenek
authored andcommitted
[gardening] Fix recently introduced typo: "declararion" → "declaration" (#2442)
1 parent 343cf6e commit 44d19e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Attr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ enum class UnconditionalAvailabilityKind {
630630
/// The declaration is unavailable in the current version of Swift,
631631
/// but was available in previous Swift versions.
632632
UnavailableInCurrentSwift,
633-
/// The declararion is unavailable for other reasons.
633+
/// The declaration is unavailable for other reasons.
634634
Unavailable,
635635
};
636636

0 commit comments

Comments
 (0)