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 5ab0ab1 commit c7def93Copy full SHA for c7def93
Sources/ComposableArchitecture/ReducerProtocol.swift
@@ -220,7 +220,7 @@
220
/// 1. You can either implement the ``reduce(into:action:)-8yinq`` method, which is given direct
221
/// mutable access to application ``State`` whenever an ``Action`` is fed into the system,
222
/// and returns an ``EffectTask`` that can communicate with the outside world and feed
223
- /// additional ``Action``s back into the system.
+ /// additional ``Action``s back into the system.
224
///
225
/// 2. Or you can implement the ``body-swift.property-7foai`` property, which combines one or
226
/// more reducers together.
0 commit comments