Skip to content

Commit ab5e9c5

Browse files
ZevEisenbergp4checo
authored andcommitted
Apostrocide. (#1701)
(cherry picked from commit 937a716d1af205f5e9b6f512c88012d7ad3e3f02)
1 parent b4f7e7e commit ab5e9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/TestStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ public final class TestStore<State, Action, ScopedState, ScopedAction, Environme
559559
private let store: Store<State, TestReducer<State, Action>.TestAction>
560560
private let toScopedState: (State) -> ScopedState
561561

562-
/// Creates a test store with an initial state and a reducer powering it's runtime.
562+
/// Creates a test store with an initial state and a reducer powering its runtime.
563563
///
564564
/// See <doc:Testing> and the documentation of ``TestStore`` for more information on how to best
565565
/// use a test store.

0 commit comments

Comments
 (0)