Skip to content

Commit a9ee379

Browse files
committed
Merge pull request #298 from florianreinhart/master
Fix typo in comment in HashedCollections.swift.gyb
2 parents 44d81c1 + 2134e55 commit a9ee379

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
@@ -53,7 +53,7 @@ import SwiftShims
5353
// does not use tombstones.
5454
//
5555
// In addition to the native storage `Dictionary` can also wrap an
56-
// `NSDictionary` in order to allow brdidging `NSDictionary` to `Dictionary` in
56+
// `NSDictionary` in order to allow bridging `NSDictionary` to `Dictionary` in
5757
// `O(1)`.
5858
//
5959
// Currently native storage uses a data structure like this::

0 commit comments

Comments
 (0)