Skip to content

Commit bfa446b

Browse files
konomaemluisbrown
authored andcommitted
Fix minor typo (#1109)
1 parent 6e52bf1 commit bfa446b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/TestSupport/FailingEffect.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extension Effect {
4949
///
5050
/// case .incrementButtonTapped:
5151
/// state.count += 1
52-
/// return .non
52+
/// return .none
5353
/// }
5454
/// }
5555
/// ```

0 commit comments

Comments
 (0)