Skip to content

Commit

Permalink
Update Sources/VSM/StateContainer/StateObserving.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Bori <[email protected]>
  • Loading branch information
bdunay3 and albertbori authored Jun 16, 2024
1 parent 0c2d828 commit ace5ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VSM/StateContainer/StateObserving.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public protocol StateObserving<State> {
identifier: AnyHashable
)

/// Calls an async closure that returns a asynchronous sequence states. Those states are rendered by the view in the order received.
/// Calls an async closure that returns an asynchronous sequence of states. Those states are rendered by the view in the order received.
/// Calls to this function are debounced to prevent excessive execution from noisy events.
/// - Parameters:
/// - stateSequence: The action to be debounced before invoking
Expand Down

0 comments on commit ace5ed4

Please sign in to comment.