Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/FSharp.Control.AsyncSeq/AsyncSeq.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module AsyncSeq =

/// Iterates over the input sequence and calls the specified asynchronous function for
/// every value. The input sequence will be asked for the next element after
//// the processing of an element completes.
/// the processing of an element completes.
val iterAsync : action:('T -> Async<unit>) -> source:AsyncSeq<'T> -> Async<unit>

/// Returns an asynchronous sequence that returns pairs containing an element
Expand Down