Skip to content

Commit 8b7cee0

Browse files
committed
Fix typo
1 parent e0e5257 commit 8b7cee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/String.swift

Lines changed: 1 addition & 1 deletion
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)