File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 '&&& ' 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
You can’t perform that action at this time.
0 commit comments