Skip to content

Commit e15b409

Browse files
Merge pull request #61679 from Jager-yoo/patch-1
[stdlib] Fix typo in Hashable.swift
2 parents 9dfb6ea + c0c84f4 commit e15b409

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
@@ -120,7 +120,7 @@ public protocol Hashable: Equatable {
120120
/// in your type's `==` operator implementation. Call `hasher.combine(_:)`
121121
/// with each of these components.
122122
///
123-
/// - Important: In your implemention of `hash(into:)`,
123+
/// - Important: In your implementation of `hash(into:)`,
124124
/// don't call `finalize()` on the `hasher` instance provided,
125125
/// or replace it with a different instance.
126126
/// Doing so may become a compile-time error in the future.

0 commit comments

Comments
 (0)