From ecc55bef9ef517944eaf17ec5f4e4acf6fe74ee3 Mon Sep 17 00:00:00 2001 From: Giacomo Cavalieri Date: Sun, 23 Jul 2023 10:11:38 +0200 Subject: Remove special character from `map2`'s doc --- src/gleam/list.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gleam/list.gleam b/src/gleam/list.gleam index 75a66ef..b5bc6f5 100644 --- a/src/gleam/list.gleam +++ b/src/gleam/list.gleam @@ -384,7 +384,7 @@ pub fn map(list: List(a), with fun: fn(a) -> b) -> List(b) { /// /// If a list is longer than the other the extra elements are dropped. /// -/// ## Examples +/// ## Examples /// /// ```gleam /// > map2([1, 2, 3], [4, 5, 6], fn(x, y) { x + y }) -- cgit v1.2.3