Skip to content

Commit b655910

Browse files
authored
fix DebugReducer (#2115)
@_docmentation is available in 5.8 and later
1 parent fdb6fbe commit b655910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Reducer/Reducers/DebugReducer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extension ReducerProtocol {
2-
#if swift(>=5.7)
2+
#if swift(>=5.8)
33
/// Enhances a reducer with debug logging of received actions and state mutations for the given
44
/// printer.
55
///

0 commit comments

Comments
 (0)