Skip to content

Commit 937a716

Browse files
authored
Apostrocide. (#1701)
1 parent 1c19319 commit 937a716

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
@@ -555,7 +555,7 @@ public final class TestStore<State, Action, ScopedState, ScopedAction, Environme
555555
private let store: Store<State, TestReducer<State, Action>.TestAction>
556556
private let toScopedState: (State) -> ScopedState
557557

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

0 commit comments

Comments
 (0)