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 fee3967 + 9d98066 commit 41ce8fbCopy full SHA for 41ce8fb
stdlib/public/core/HashedCollections.swift.gyb
@@ -3235,7 +3235,7 @@ internal enum _Variant${Self}Storage<${TypeParametersDecl}> : _HashStorageType {
3235
// element after the hole may belong where the new hole is.
3236
var hole = offset
3237
3238
- // Find the first bucket in the contigous chain
+ // Find the first bucket in the contiguous chain
3239
var start = idealBucket
3240
while nativeStorage.isInitializedEntry(nativeStorage._prev(start)) {
3241
start = nativeStorage._prev(start)
0 commit comments