From 48bea514c7c395cbfe493c0fbb19a0e606c1ac1e Mon Sep 17 00:00:00 2001 From: Don Syme Date: Thu, 30 Jul 2020 17:43:42 +0100 Subject: [PATCH] Fix illegal XML doc in FSharp.Core --- src/fsharp/FSharp.Core/prim-types.fsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsharp/FSharp.Core/prim-types.fsi b/src/fsharp/FSharp.Core/prim-types.fsi index 3c35192188e..1ff9c146c04 100644 --- a/src/fsharp/FSharp.Core/prim-types.fsi +++ b/src/fsharp/FSharp.Core/prim-types.fsi @@ -1126,7 +1126,7 @@ namespace Microsoft.FSharp.Core [] val RightShiftDynamic : value:'T1 -> shift:'T2 -> 'U - /// A compiler intrinsic that implements dynamic invocations to the '&&&' operator. + /// A compiler intrinsic that implements dynamic invocations to the '&&&' operator. [] [] val BitwiseAndDynamic : x:'T1 -> y:'T2 -> 'U