Skip to content

Commit e412f7b

Browse files
committed
Remove <code> in summaries
1 parent a56f37c commit e412f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FSharp.Control.TaskSeq/TaskSeq.fsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,8 +1246,8 @@ type TaskSeq =
12461246

12471247
/// <summary>
12481248
/// 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" />.
12511251
/// If the accumulator function <paramref name="folder" /> is asynchronous, consider using <see cref="TaskSeq.foldAsync" />.
12521252
/// 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" />
12531253
/// then computes <paramref name="f (... (f s i0)...) iN" />.

0 commit comments

Comments
 (0)