Skip to content

Commit 2134e55

Browse files
Fix typo in comment
1 parent 03e07ba commit 2134e55

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)