diff --git a/src/FSharp.Control.TaskSeq/TaskSeq.fsi b/src/FSharp.Control.TaskSeq/TaskSeq.fsi index 97aebeb..579b55c 100644 --- a/src/FSharp.Control.TaskSeq/TaskSeq.fsi +++ b/src/FSharp.Control.TaskSeq/TaskSeq.fsi @@ -1246,8 +1246,8 @@ type TaskSeq = /// /// Applies the function to each element in the task sequence, threading an accumulator - /// argument of type through the computation. If the input function is f and the elements are i0...iN - /// then computes f (... (f s i0)...) iN. + /// argument of type through the computation. If the input function is and the elements are + /// then computes. /// If the accumulator function is asynchronous, consider using . /// argument of type through the computation. If the input function is and the elements are /// then computes .