From e56d0345778ef035a1c540558a9bc6c630a57904 Mon Sep 17 00:00:00 2001 From: Abel Braaksma Date: Fri, 15 Mar 2024 02:47:24 +0100 Subject: [PATCH] Remove `` in summaries --- src/FSharp.Control.TaskSeq/TaskSeq.fsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .