File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Sources/ComposableArchitecture/Effects Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -574,23 +574,19 @@ extension Publisher {
574574 /// - Returns: An effect that never produces output or errors.
575575 @available (
576576 iOS, deprecated: 9999.0 ,
577- message:
578- " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
577+ message: " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
579578 )
580579 @available (
581580 macOS, deprecated: 9999.0 ,
582- message:
583- " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
581+ message: " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
584582 )
585583 @available (
586584 tvOS, deprecated: 9999.0 ,
587- message:
588- " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
585+ message: " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
589586 )
590587 @available (
591588 watchOS, deprecated: 9999.0 ,
592- message:
593- " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
589+ message: " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
594590 )
595591 public func fireAndForget< NewOutput, NewFailure> (
596592 outputType: NewOutput . Type = NewOutput . self,
You can’t perform that action at this time.
0 commit comments