From 87a0dfb2e4a952c791961155b5f1e676315a8791 Mon Sep 17 00:00:00 2001 From: Tobias O'Leary Date: Tue, 14 Jul 2015 11:56:45 -0400 Subject: [PATCH] Update Array.swift - unique documentation Update first word in the unique functions documentation --- "Costructs" -> "Constructs" --- ExSwift/Array.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExSwift/Array.swift b/ExSwift/Array.swift index 80287d5..a141207 100644 --- a/ExSwift/Array.swift +++ b/ExSwift/Array.swift @@ -681,7 +681,7 @@ internal extension Array { } /** - Costructs an array removing the duplicate values in self + Constructs an array removing the duplicate values in self if Array.Element implements the Equatable protocol. :returns: Array of unique values