From 22910e44979f3530a2ef6fd791f2214697e0a659 Mon Sep 17 00:00:00 2001 From: Giacomo Cavalieri Date: Thu, 25 May 2023 17:09:37 +0200 Subject: Replace occurrences of `list.head` in comments in favour of `list.first` --- test/gleam/function_test.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/gleam/function_test.gleam b/test/gleam/function_test.gleam index 544b295..26919f2 100644 --- a/test/gleam/function_test.gleam +++ b/test/gleam/function_test.gleam @@ -16,7 +16,7 @@ pub fn compose_test() { |> add_five |> should.equal(6) - // Takes a list of ints and returns the head as a string (if there is one, or + // Takes a list of ints and returns the first as a string (if there is one, or // else "0" if there is not) let first_to_string = list.first -- cgit v1.2.3