Grammatical corrections for compound modifiers

This commit is contained in:
Anthony
2024-09-09 14:26:26 +02:00
committed by Anthony DePasquale
parent bc0760083d
commit c9b17383c8
36 changed files with 84 additions and 84 deletions

View File

@@ -5173,7 +5173,7 @@ ConstraintSystem::inferKeyPathLiteralCapability(KeyPathExpr *keyPath) {
case ActorIsolation::Erased:
llvm_unreachable("storage cannot have opaque isolation");
// A reference to an actor isolated state makes key path non-Sendable.
// A reference to an actor-isolated state makes key path non-Sendable.
case ActorIsolation::ActorInstance:
case ActorIsolation::GlobalActor:
isSendable = false;