Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite9b230f

Browse files
PatrickMcDonalddsyme
authored andcommitted
Update allPairs summary text (dotnet#4898)
1 parent6eb10b3 commite9b230f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/fsharp/FSharp.Core/array.fsi‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Microsoft.FSharp.Collections
1212
[<RequireQualifiedAccess>]
1313
moduleArray=
1414

15-
/// <summary>Builds a new array that containsthe cartesian productof thetwo input arrays.</summary>
15+
/// <summary>Returns a new array that containsall pairingsofelements fromthefirst and second arrays.</summary>
1616
/// <param name="array1">The first input array.</param>
1717
/// <param name="array2">The second input array.</param>
1818
/// <exception cref="System.ArgumentNullException">Thrown when either of the input arrays is null.</exception>

‎src/fsharp/FSharp.Core/list.fsi‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Microsoft.FSharp.Collections
1212
[<RequireQualifiedAccess>]
1313
moduleList=
1414

15-
/// <summary>Returns a new list that containsthe cartesian productof thetwo input lists.</summary>
15+
/// <summary>Returns a new list that containsall pairingsofelements fromthefirst and second lists.</summary>
1616
/// <param name="list1">The first input list.</param>
1717
/// <param name="list2">The second input list.</param>
1818
/// <returns>The resulting list of pairs.</returns>

‎src/fsharp/FSharp.Core/seq.fsi‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Microsoft.FSharp.Collections
1414
[<CompilationRepresentation(CompilationRepresentationFlags.ModuleSuffix)>]
1515
moduleSeq=
1616

17-
/// <summary>Returns a new sequence that containsthe cartesian productof thetwo input sequences.</summary>
17+
/// <summary>Returns a new sequence that containsall pairingsofelements fromthefirst and second sequences.</summary>
1818
/// <param name="source1">The first sequence.</param>
1919
/// <param name="source2">The second sequence.</param>
2020
/// <returns>The result sequence.</returns>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp