We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977dd35 commit 383bcf0Copy full SHA for 383bcf0
1 file changed
src/fsharp/FSharp.Core/prim-types.fsi
@@ -1126,7 +1126,7 @@ namespace Microsoft.FSharp.Core
1126
[<Experimental("Experimental library feature, requires '--langversion:preview'")>]
1127
val RightShiftDynamic : value:'T1 -> shift:'T2 -> 'U
1128
1129
- /// <summary>A compiler intrinsic that implements dynamic invocations to the '&&&' operator.</summary>
+ /// <summary>A compiler intrinsic that implements dynamic invocations to the '&&&' operator.</summary>
1130
[<CompilerMessage("This function is for use by dynamic invocations of F# code and should not be used directly", 1204, IsHidden=true)>]
1131
1132
val BitwiseAndDynamic : x:'T1 -> y:'T2 -> 'U
0 commit comments