Skip to content

Commit c7def93

Browse files
stephencelisp4checo
authored andcommitted
Update ReducerProtocol.swift
(cherry picked from commit 5bd450a8ac6a802f82d485bac219cbfacffa69fb)
1 parent 5ab0ab1 commit c7def93

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)