From 14960fdb1ed3c4c4359fcffaa276db3470b19d54 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Fri, 4 Dec 2015 22:48:17 -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 8169af68829cd..057b49c85c327 100644 --- a/stdlib/public/core/String.swift +++ b/stdlib/public/core/String.swift @@ -102,7 +102,7 @@ import SwiftShims /// any sequence of mutating operations causes elements to be copied /// into unique, contiguous storage which may cost `O(N)` time and /// space, where `N` is the length of the string representation (or -/// more, if the underlying `NSString` is has unusual performance +/// more, if the underlying `NSString` has unusual performance /// characteristics). public struct String { /// An empty `String`.