Skip to content

Commit

Permalink
Fix obsolete detail on StackElementID documentation (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrtsa authored Dec 3, 2024
1 parent f6ae757 commit cc49db3
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -686,10 +686,8 @@ public struct _StackReducer<Base: Reducer, Destination: Reducer>: Reducer {
/// resorting to positional indices, which can be error prone, especially when dealing with async
/// effects.
///
/// In production environments (e.g. in Xcode previews, simulators and on devices) the identifier
/// is backed by a randomly generated UUID, but in tests a deterministic, generational ID is used.
/// This allows you to predict how IDs will be created and allows you to write tests for how
/// features behave in the stack.
/// The identifier is backed by a deterministic, generational ID. This allows you to predict how
/// IDs will be created and allows you to write tests for how features behave in the stack.
///
/// ```swift
/// @Test
Expand Down

0 comments on commit cc49db3

Please sign in to comment.