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 cb3cff5 commit 646849eCopy full SHA for 646849e
stdlib/public/core/Hashable.swift
@@ -107,7 +107,7 @@ public protocol Hashable : Equatable {
107
/// Hash values are not guaranteed to be equal across different executions of
108
/// your program. Do not save hash values to use during a future execution.
109
///
110
- /// - Important: `hashValue` is deprecated as a Hashable requirement. To
+ /// - Important: `hashValue` is deprecated as a `Hashable` requirement. To
111
/// conform to `Hashable`, implement the `hash(into:)` requirement instead.
112
var hashValue: Int { get }
113
0 commit comments