Skip to content

Commit a55d955

Browse files
authored
fix docs (#12791)
1 parent e37e4f9 commit a55d955

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,8 +1274,7 @@ namespace Microsoft.FSharp.Core
12741274
/// <returns>The result of the comparison.</returns>
12751275
val inline PhysicalEquality: e1: 'T -> e2: 'T -> bool when 'T: not struct
12761276

1277-
/// <summary>The physical hash. Hashes on the object identity, except for value types,
1278-
/// where we hash on the contents.</summary>
1277+
/// <summary>The physical hash. Hashes on the object identity.</summary>
12791278
///
12801279
/// <param name="obj">The input object.</param>
12811280
///

0 commit comments

Comments
 (0)