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 cb12aac + 2c9084a commit e3a1afaCopy full SHA for e3a1afa
stdlib/public/core/Hashable.swift
@@ -83,7 +83,7 @@
83
/// point's `x` property with the hash value of its `y` property multiplied by
84
/// a prime constant.
85
///
86
-/// - Note: The above example above is a reasonably good hash function for a
+/// - Note: The example above is a reasonably good hash function for a
87
/// simple type. If you're writing a hash function for a custom type, choose
88
/// a hashing algorithm that is appropriate for the kinds of data your type
89
/// comprises. Set and dictionary performance depends on hash values that
0 commit comments