From f56e7798b3c6be080a5a6e9c77d0b6d4396fbade Mon Sep 17 00:00:00 2001 From: Vladislav Botvin Date: Wed, 10 Apr 2024 00:50:12 +0300 Subject: typo fix --- src/gleam/iterator.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. /// -- cgit v1.2.3