From dd5b4103303786785bff85700bda368e362122fb Mon Sep 17 00:00:00 2001 From: Bill Nunney Date: Tue, 11 Jun 2024 06:54:25 -0400 Subject: Fix word in list module description --- src/gleam/list.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gleam/list.gleam b/src/gleam/list.gleam index 83870b4..62cb1fc 100644 --- a/src/gleam/list.gleam +++ b/src/gleam/list.gleam @@ -3,7 +3,7 @@ //// //// New elements can be added and removed from the front of a list in //// constant time, while adding and removing from the end requires traversing -//// the copying the whole list, so keep this in mind when designing your +//// and copying the whole list, so keep this in mind when designing your //// programs. //// //// There is a dedicated syntax for prefixing to a list: -- cgit v1.2.3