Skip to content

Commit e437c45

Browse files
committed
Fix typo in comments
1 parent b98d5ad commit e437c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Arrays.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ if True:
140140
/// sequence of mutating operations causes elements to be copied into
141141
/// unique, contiguous storage which may cost `O(N)` time and space,
142142
/// where `N` is the length of the array (or more, if the underlying
143-
/// `NSArray` is has unusual performance characteristics).
143+
/// `NSArray` has unusual performance characteristics).
144144
///
145145
/// Bridging to Objective-C
146146
/// -----------------------

0 commit comments

Comments
 (0)