We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37e4f9 commit a55d955Copy full SHA for a55d955
src/fsharp/FSharp.Core/prim-types.fsi
@@ -1274,8 +1274,7 @@ namespace Microsoft.FSharp.Core
1274
/// <returns>The result of the comparison.</returns>
1275
val inline PhysicalEquality: e1: 'T -> e2: 'T -> bool when 'T: not struct
1276
1277
- /// <summary>The physical hash. Hashes on the object identity, except for value types,
1278
- /// where we hash on the contents.</summary>
+ /// <summary>The physical hash. Hashes on the object identity.</summary>
1279
///
1280
/// <param name="obj">The input object.</param>
1281
0 commit comments