Skip to content

Commit 646849e

Browse files
Doc fix
Co-Authored-By: lorentey <[email protected]>
1 parent cb3cff5 commit 646849e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Hashable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public protocol Hashable : Equatable {
107107
/// Hash values are not guaranteed to be equal across different executions of
108108
/// your program. Do not save hash values to use during a future execution.
109109
///
110-
/// - Important: `hashValue` is deprecated as a Hashable requirement. To
110+
/// - Important: `hashValue` is deprecated as a `Hashable` requirement. To
111111
/// conform to `Hashable`, implement the `hash(into:)` requirement instead.
112112
var hashValue: Int { get }
113113

0 commit comments

Comments
 (0)