fsprojects / FSharp.Control.AsyncSeq

Asynchronous sequences for F#
https://fsprojects.github.io/FSharp.Control.AsyncSeq/
Other
161 stars 59 forks source link

Remove extraneous forward slash in iterAsync documentation comment #37

Closed levibotelho closed 8 years ago

levibotelho commented 8 years ago

Sorry to waste your time with such a minor PR but the extra forward slash prevents "the processing of an element completes." from being included in the IntelliSense for iterAsync. Without this line the documentation reads

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

Which leaves you wondering when the next element is requested! :smile:

dsyme commented 8 years ago

Definitely not time wasted! Thanks!