diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/gleam/function_test.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
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 |