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 518ccce commit 4ee0cc1Copy full SHA for 4ee0cc1
stdlib/public/core/AnyHashable.swift
@@ -198,7 +198,7 @@ public struct AnyHashable {
198
199
extension AnyHashable: Equatable {
200
/// Returns a Boolean value indicating whether two type-erased hashable
201
- /// instances wrap the same value of equivalent type.
+ /// instances wrap the same underlying value.
202
///
203
/// `AnyHashable` considers bridged counterparts (such as a `String` and an
204
/// `NSString`) of the same value to be equivalent when type-erased. Where
0 commit comments