Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit336600a

Browse files
CHBencartermp
authored andcommitted
Changed XML documentation for "ref", addressing issue #3494 (#3501)
1 parentd30be47 commit336600a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/fsharp/FSharp.Core/prim-types.fsi‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ namespace Microsoft.FSharp.Core
15631563
//F#Mutable Reference Cells
15641564

15651565

1566-
///<summary>The type of mutable references. Use the functions[:=]and[!]to get and
1566+
///<summary>The type of mutable references. Use the functions[!]and[:=]to get and
15671567
///set values of this type.</summary>
15681568
[<StructuralEquality;StructuralComparison>]
15691569
[<CompiledName("FSharpRef`1")>]
@@ -1573,7 +1573,7 @@ namespace Microsoft.FSharp.Core
15731573
///<summary>The current value of the reference cell</summary>
15741574
member Value: 'T with get,set
15751575

1576-
///<summary>The type of mutable references. Use the functions[:=]and[!]to get and
1576+
///<summary>The type of mutable references. Use the functions[!]and[:=]to get and
15771577
///set values of this type.</summary>
15781578
and 'T ref=Ref<'T>
15791579

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp