Skip to content

Commit e3a1afa

Browse files
authored
Merge pull request #15422 from lorentey/hashable-typo
[stdlib] Fix typo in Hashable documentation
2 parents cb12aac + 2c9084a commit e3a1afa

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)