mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Grammatical corrections for compound modifiers
This commit is contained in:
committed by
Anthony DePasquale
parent
bc0760083d
commit
c9b17383c8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user