Skip to content

Commit 4ee0cc1

Browse files
xwulorentey
andauthored
Update stdlib/public/core/AnyHashable.swift
Co-Authored-By: Karoy Lorentey <[email protected]>
1 parent 518ccce commit 4ee0cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/AnyHashable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public struct AnyHashable {
198198

199199
extension AnyHashable: Equatable {
200200
/// Returns a Boolean value indicating whether two type-erased hashable
201-
/// instances wrap the same value of equivalent type.
201+
/// instances wrap the same underlying value.
202202
///
203203
/// `AnyHashable` considers bridged counterparts (such as a `String` and an
204204
/// `NSString`) of the same value to be equivalent when type-erased. Where

0 commit comments

Comments
 (0)