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.
2 parents 9dfb6ea + c0c84f4 commit e15b409Copy full SHA for e15b409
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