From 8b7cee09ccb588e1396f05783e1b3b8ac2fce5ba Mon Sep 17 00:00:00 2001 From: Thomas Jeans Date: Thu, 3 Dec 2015 22:40:27 -0500 Subject: [PATCH] Fix typo --- stdlib/public/core/String.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/public/core/String.swift b/stdlib/public/core/String.swift index a37920e8b5589..8169af68829cd 100644 --- a/stdlib/public/core/String.swift +++ b/stdlib/public/core/String.swift @@ -296,7 +296,7 @@ extension String { /// Compare two strings using the Unicode collation algorithm in the /// deterministic comparison mode. (The strings which are equivalent according /// to their NFD form are considered equal. Strings which are equivalent -/// according to the plain Unicode collation algorithm are additionaly ordered +/// according to the plain Unicode collation algorithm are additionally ordered /// based on their NFD.) /// /// See Unicode Technical Standard #10.