diff options
-rw-r--r-- | src/gleam/iterator.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleam/iterator.gleam b/src/gleam/iterator.gleam index c51e336..2aadeaa 100644 --- a/src/gleam/iterator.gleam +++ b/src/gleam/iterator.gleam @@ -395,7 +395,7 @@ fn do_map2( } } -/// Combines two interators into a single one using the given function. +/// Combines two iterators into a single one using the given function. /// /// If an iterator is longer than the other the extra elements are dropped. /// |