Skip to content

Commit dfbf774

Browse files
authored
Update docs for an operator
1 parent 8ac35dc commit dfbf774

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)