aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gleam/list.gleam2
1 files changed, 1 insertions, 1 deletions
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: