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 <paramref name="folder" /> to each element in the task sequence, threading an accumulator
1249
-
/// argument of type <typeref name="'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 <typeref name="'State" /> through the computation. If the input function is <paramref name="f" /> and the elements are <paramref name="i0...iN" />
1250
+
/// then computes<paramref name="f (... (f s i0)...) iN" />.
1251
1251
/// If the accumulator function <paramref name="folder" /> is asynchronous, consider using <see cref="TaskSeq.foldAsync" />.
1252
1252
/// argument of type <paramref name="'State" /> through the computation. If the input function is <paramref name="f" /> and the elements are <paramref name="i0...iN" />
1253
1253
/// then computes <paramref name="f (... (f s i0)...) iN" />.
0 commit comments