Skip to content

Commit

Permalink
🎨 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
twentylemon committed Dec 25, 2024
1 parent 159962f commit 8688066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/org/lemon/advent/lib/collections.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extension [A](it: Iterator[A])

extension [A](it: Iterable[A])
/** Returns an iterator view of the Cartesian product of this iterable and another.
* Also known as the cross product
* Also known as the cross product.
*
* @param rhs the other iterable
* @return all pairs of elements (a, b) where a is from this iterable and b is from the other iterable
Expand Down

0 comments on commit 8688066

Please sign in to comment.