Skip to content

Commit

Permalink
Fix illegal XML doc in FSharp.Core (dotnet#9840)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme authored and abelbraaksma committed Aug 9, 2020
1 parent fc2c857 commit 29047e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/FSharp.Core/prim-types.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ namespace Microsoft.FSharp.Core
[<Experimental("Experimental library feature, requires '--langversion:preview'")>]
val RightShiftDynamic : value:'T1 -> shift:'T2 -> 'U

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

0 comments on commit 29047e9

Please sign in to comment.