You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FSharp.Control.TaskSeq/TaskSeq.fsi
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1246,8 +1246,8 @@ type TaskSeq =
1246
1246
1247
1247
/// <summary>
1248
1248
/// Applies the function <paramrefname="folder" /> to each element in the task sequence, threading an accumulator
1249
-
/// argument of type <typerefname="'State" /> through the computation. If the input function is <code>f</code> and the elements are <code>i0...iN</code>
1250
-
/// then computes <code>f (... (f s i0)...) iN</code>.
1249
+
/// argument of type <typerefname="'State" /> through the computation. If the input function is <paramrefname="f" /> and the elements are <paramrefname="i0...iN" />
1250
+
/// then computes<paramrefname="f (... (f s i0)...) iN" />.
1251
1251
/// If the accumulator function <paramrefname="folder" /> is asynchronous, consider using <seecref="TaskSeq.foldAsync" />.
1252
1252
/// argument of type <paramrefname="'State" /> through the computation. If the input function is <paramrefname="f" /> and the elements are <paramrefname="i0...iN" />
1253
1253
/// then computes <paramrefname="f (... (f s i0)...) iN" />.
0 commit comments