diff --git a/Sources/Int4/Int4.swift b/Sources/Int4/Int4.swift index 2bc7ccc..a342f17 100644 --- a/Sources/Int4/Int4.swift +++ b/Sources/Int4/Int4.swift @@ -79,7 +79,7 @@ extension Int4 /// Initialize to a vector with elements taken from `array`. /// - /// - Precondition: `array` must have exactly three elements. + /// - Precondition: `array` must have exactly 4 elements. @_transparent public init(array:[Int32]) { precondition(array.count == 4) self.init(array[0], array[1], array[2], array[3])