Skip to content

Commit 2c9084a

Browse files
committed
[stdlib] Fix typo in Hashable documentation
1 parent 31aa280 commit 2c9084a

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
@@ -83,7 +83,7 @@
8383
/// point's `x` property with the hash value of its `y` property multiplied by
8484
/// a prime constant.
8585
///
86-
/// - Note: The above example above is a reasonably good hash function for a
86+
/// - Note: The example above is a reasonably good hash function for a
8787
/// simple type. If you're writing a hash function for a custom type, choose
8888
/// a hashing algorithm that is appropriate for the kinds of data your type
8989
/// comprises. Set and dictionary performance depends on hash values that

0 commit comments

Comments
 (0)