Skip to content

Commit 8402df2

Browse files
committed
Merge pull request #140 from thomasjeans/master
Fix typo
2 parents 83f8c8a + 8b7cee0 commit 8402df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stdlib/public/core/String.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ extension String {
296296
/// Compare two strings using the Unicode collation algorithm in the
297297
/// deterministic comparison mode. (The strings which are equivalent according
298298
/// to their NFD form are considered equal. Strings which are equivalent
299-
/// according to the plain Unicode collation algorithm are additionaly ordered
299+
/// according to the plain Unicode collation algorithm are additionally ordered
300300
/// based on their NFD.)
301301
///
302302
/// See Unicode Technical Standard #10.

0 commit comments

Comments
 (0)