Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit d173a91

Browse files
dsymenosami
authored andcommitted
Fix illegal XML doc in FSharp.Core (dotnet#9840)
1 parent 87fa965 commit d173a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/FSharp.Core/prim-types.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ namespace Microsoft.FSharp.Core
11261126
[<Experimental("Experimental library feature, requires '--langversion:preview'")>]
11271127
val RightShiftDynamic : value:'T1 -> shift:'T2 -> 'U
11281128

1129-
/// <summary>A compiler intrinsic that implements dynamic invocations to the '&&&' operator.</summary>
1129+
/// <summary>A compiler intrinsic that implements dynamic invocations to the '&amp;&amp;&amp;' operator.</summary>
11301130
[<CompilerMessage("This function is for use by dynamic invocations of F# code and should not be used directly", 1204, IsHidden=true)>]
11311131
[<Experimental("Experimental library feature, requires '--langversion:preview'")>]
11321132
val BitwiseAndDynamic : x:'T1 -> y:'T2 -> 'U

0 commit comments

Comments
 (0)