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