We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd30be47 commit336600aCopy full SHA for 336600a
src/fsharp/FSharp.Core/prim-types.fsi
@@ -1563,7 +1563,7 @@ namespace Microsoft.FSharp.Core
1563
//F#Mutable Reference Cells
1564
1565
1566
-///<summary>The type of mutable references. Use the functions[:=]and[!]to get and
+///<summary>The type of mutable references. Use the functions[!]and[:=]to get and
1567
///set values of this type.</summary>
1568
[<StructuralEquality;StructuralComparison>]
1569
[<CompiledName("FSharpRef`1")>]
@@ -1573,7 +1573,7 @@ namespace Microsoft.FSharp.Core
1573
///<summary>The current value of the reference cell</summary>
1574
member Value: 'T with get,set
1575
1576
1577
1578
and 'T ref=Ref<'T>
1579