Skip to content

Commit 13c658f

Browse files
authored
Merge pull request #17427 from dotnet/psfinaki-patch-5
2 parents c068fcb + dfbf774 commit 13c658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Core/prim-types.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2788,7 +2788,7 @@ namespace Microsoft.FSharp.Core
27882788
/// <example id="addition-example-1">
27892789
/// <code lang="fsharp">
27902790
/// 2 + 2 // Evaluates to 4
2791-
/// "Hello " + "Word" // Evaluates to "Hello World"
2791+
/// "Hello " + "World" // Evaluates to "Hello World"
27922792
/// </code>
27932793
/// </example>
27942794
///

0 commit comments

Comments
 (0)