Skip to content

Commit 5bd450a

Browse files
authored
Update ReducerProtocol.swift
1 parent c55c626 commit 5bd450a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/ReducerProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
/// 1. You can either implement the ``reduce(into:action:)-8yinq`` method, which is given direct
221221
/// mutable access to application ``State`` whenever an ``Action`` is fed into the system,
222222
/// and returns an ``EffectTask`` that can communicate with the outside world and feed
223-
/// additional ``Action``s back into the system.
223+
/// additional ``Action``s back into the system.
224224
///
225225
/// 2. Or you can implement the ``body-swift.property-7foai`` property, which combines one or
226226
/// more reducers together.

0 commit comments

Comments
 (0)