Skip to content

Commit 4932317

Browse files
committed
Merge pull request #242 from adellibovi/master
Fix typo in comments in Arrays.swift.gyb
2 parents b98d5ad + e437c45 commit 4932317

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)