From a349b6273717d42c232079b0bfcf5002d10e10d3 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 27 Aug 2024 11:43:06 +0100 Subject: Fix documentation Closes https://github.com/gleam-lang/stdlib/issues/686 --- 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 530a27f..32cb38b 100644 --- a/src/gleam/list.gleam +++ b/src/gleam/list.gleam @@ -582,7 +582,7 @@ fn do_take(list: List(a), n: Int, acc: List(a)) -> List(a) { /// If the element has less than the number of elements then the full list is /// returned. /// -/// This function runs in linear time but does not copy the list. +/// This function runs in linear time. /// /// ## Examples /// -- cgit v1.2.3