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 1e861ac commit 518ccceCopy full SHA for 518ccce
stdlib/public/core/AnyHashable.swift
@@ -110,8 +110,8 @@ internal struct _ConcreteHashableBox<Base: Hashable>: _AnyHashableBox {
110
/// to an underlying hashable value, hiding the type of the wrapped value.
111
///
112
/// For types that support conversions between each other using `as` or `as?`
113
-/// (such as `Int` and `NSNumber`), `AnyHashable` treats their values as
114
-/// equivalent when type-erased by forwarding operations to canonical
+/// (such as `Int` and `NSNumber`), `AnyHashable` treats their values
+/// equivalently when type-erased by forwarding operations to canonical
115
/// representations of the wrapped values.
116
117
/// You can store mixed-type keys in dictionaries and other collections that
0 commit comments