From 55e5db2edb053c5b8bdb72fcaad33486efb52e30 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sun, 25 Feb 2024 10:31:39 +1000 Subject: Update reference to gleam/map in Set docs Map was renamed to Dict in 6139295179325810d53613879613b4181188d56a --- src/gleam/set.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gleam/set.gleam b/src/gleam/set.gleam index 00660a1..240ff06 100644 --- a/src/gleam/set.gleam +++ b/src/gleam/set.gleam @@ -20,7 +20,7 @@ const token = Nil /// A set is a collection of unique members of the same type. /// -/// It is implemented using the `gleam/map` module, so inserts and lookups have +/// It is implemented using the `gleam/dict` module, so inserts and lookups have /// logarithmic time complexity. /// pub opaque type Set(member) { -- cgit v1.2.3