Skip to content

Commit

Permalink
Fix ReducerCaseEphemeral Usage Documentation (#3092)
Browse files Browse the repository at this point in the history
  • Loading branch information
JOyo246 committed May 16, 2024
1 parent e37353e commit 3a77664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ComposableArchitecture/Macros.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
/// ```swift
/// @Reducer
/// enum Destination {
/// @ReducerEphemeralCase
/// @ReducerCaseEphemeral
/// case alert(AlertState<Alert>)
/// // ...
///
Expand Down

0 comments on commit 3a77664

Please sign in to comment.