Skip to content

Commit

Permalink
Fix typo on CancellableStorage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianv1 committed Jul 17, 2021
1 parent 94bb9a5 commit 66fd064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Store/action/Action.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extension Action {
// MARK: - Cancellable Property Wrapper

/// Wraps a cancellable modifiable type.
/// Useful when using cancellable pubblisher within a value-type action.
/// Useful when using cancellable publisher within a value-type action.
/// e.g.
/// ```
/// struct FetchTopStories: Action {
Expand Down

0 comments on commit 66fd064

Please sign in to comment.