Skip to content

Commit 1171ed7

Browse files
committed
Merge pull request #338 from gauravds/gds-FixTypo
Fix typo characterstics => characteristics
2 parents aad3cf9 + 8ac4d21 commit 1171ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Mirror.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ extension _MirrorType {
490490
internal extension Mirror {
491491
/// An adapter that represents a legacy `_MirrorType`'s children as
492492
/// a `Collection` with integer `Index`. Note that the performance
493-
/// characterstics of the underlying `_MirrorType` may not be
493+
/// characteristics of the underlying `_MirrorType` may not be
494494
/// appropriate for random access! To avoid this pitfall, convert
495495
/// mirrors to use the new style, which only present forward
496496
/// traversal in general.

0 commit comments

Comments
 (0)