Skip to content

Commit 41ce8fb

Browse files
committed
Merge pull request #344 from monicasoni/ms-fixTypo
Fix typo contigous => contiguous
2 parents fee3967 + 9d98066 commit 41ce8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/HashedCollections.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3235,7 +3235,7 @@ internal enum _Variant${Self}Storage<${TypeParametersDecl}> : _HashStorageType {
32353235
// element after the hole may belong where the new hole is.
32363236
var hole = offset
32373237

3238-
// Find the first bucket in the contigous chain
3238+
// Find the first bucket in the contiguous chain
32393239
var start = idealBucket
32403240
while nativeStorage.isInitializedEntry(nativeStorage._prev(start)) {
32413241
start = nativeStorage._prev(start)

0 commit comments

Comments
 (0)