We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b96cdf + 2f58e18 commit 2ba7652Copy full SHA for 2ba7652
lib/Sema/TypeChecker.h
@@ -1582,7 +1582,7 @@ class TypeChecker final : public LazyResolver {
1582
/// potentially unavailable API elements
1583
/// @{
1584
1585
- /// \brief Returns true if the availability of the overridding declaration
+ /// \brief Returns true if the availability of the overriding declaration
1586
/// makes it a safe override, given the availability of the base declation.
1587
bool isAvailabilitySafeForOverride(ValueDecl *override, ValueDecl *base);
1588
0 commit comments