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/FSharpPlus/Data/NonEmptyList.fs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,7 @@ module NonEmptyList =
395
395
396
396
/// <summary>Applies a function to corresponding elements of two collections, threading an accumulator argument through the computation.
397
397
/// The collections must have identical sizes.
398
-
/// If the input function is <c>f</c> and the elements are <c>i0...iN</c> and <c>j0...jN<c/> then computes <c>f (... (f s i0 j0)...) iN jN</c>.</summary>
398
+
/// If the input function is <c>f</c> and the elements are <c>i0...iN</c> and <c>j0...jN</c> then computes <c>f (... (f s i0 j0)...) iN jN</c>.</summary>
399
399
/// <param name="folder">The function to update the state given the input elements.</param>
Copy file name to clipboardExpand all lines: src/FSharpPlus/Data/NonEmptySeq.fs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -319,7 +319,7 @@ module NonEmptySeq =
319
319
320
320
/// <summary>Applies a function to corresponding elements of two collections, threading an accumulator argument through the computation.
321
321
/// The collections must have identical sizes.
322
-
/// If the input function is <c>f</c> and the elements are <c>i0...iN</c> and <c>j0...jN<c/> then computes <c>f (... (f s i0 j0)...) iN jN</c>.</summary>
322
+
/// If the input function is <c>f</c> and the elements are <c>i0...iN</c> and <c>j0...jN</c> then computes <c>f (... (f s i0 j0)...) iN jN</c>.</summary>
323
323
/// <param name="folder">The function to update the state given the input elements.</param>
0 commit comments