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.
1 parent d789c9c commit 11db676Copy full SHA for 11db676
lib/Sema/TypeCheckStorage.cpp
@@ -2731,7 +2731,7 @@ bool AbstractStorageDecl::requiresCorrespondingUnderscoredCoroutineAccessor(
2731
if (!isExported(this))
2732
return false;
2733
2734
- // The the non-underscored accessor is not present, the underscored accessor
+ // The non-underscored accessor is not present, the underscored accessor
2735
// won't be either.
2736
// TODO: CoroutineAccessors: What if only the underscored is written out?
2737
auto *accessor = getOpaqueAccessor(kind);
0 commit comments