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