Skip to content

Commit ff6bc47

Browse files
author
John Allsup
committed
Fixed typo unison => union
1 parent 129b6c4 commit ff6bc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Set.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function values(): array
142142
* @param Set $set The set to append
143143
* @return Set A new set containing the merged items
144144
*/
145-
public function unison(Set $set): Set
145+
public function union(Set $set): Set
146146
{
147147
$merged = new Set();
148148
$merged->exchangeArray($this->values());

0 commit comments

Comments
 (0)