File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/GRPCCore/Streaming/Internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ struct _BroadcastSequenceStateMachine<Element: Sendable>: Sendable {
471
471
_ continuation: ConsumerContinuation ,
472
472
forSubscription id: _BroadcastSequenceStateMachine < Element > . Subscriptions . ID
473
473
) -> OnSetContinuation {
474
- // 'next(id)' must be checked first: an element might've been provided between the lock
474
+ // 'next(id)' must be checked first: an element might have been provided between the lock
475
475
// being dropped and a continuation being created and the lock being acquired again.
476
476
switch self . next ( id) {
477
477
case . return( let resultAndProducers) :
@@ -708,7 +708,7 @@ struct _BroadcastSequenceStateMachine<Element: Sendable>: Sendable {
708
708
_ continuation: ConsumerContinuation ,
709
709
forSubscription id: _BroadcastSequenceStateMachine < Element > . Subscriptions . ID
710
710
) -> OnSetContinuation {
711
- // 'next(id)' must be checked first: an element might've been provided between the lock
711
+ // 'next(id)' must be checked first: an element might have been provided between the lock
712
712
// being dropped and a continuation being created and the lock being acquired again.
713
713
switch self . next ( id) {
714
714
case . return( let resultAndProducers) :
You can’t perform that action at this time.
0 commit comments