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 425bcfa commit c0c84f4Copy full SHA for c0c84f4
stdlib/public/core/Hashable.swift
@@ -120,7 +120,7 @@ public protocol Hashable: Equatable {
120
/// in your type's `==` operator implementation. Call `hasher.combine(_:)`
121
/// with each of these components.
122
///
123
- /// - Important: In your implemention of `hash(into:)`,
+ /// - Important: In your implementation of `hash(into:)`,
124
/// don't call `finalize()` on the `hasher` instance provided,
125
/// or replace it with a different instance.
126
/// Doing so may become a compile-time error in the future.
0 commit comments