From 20a439acace144e698ee300bf4f3bd166ff8d7dc Mon Sep 17 00:00:00 2001 From: Anthony Bullard <1380687+gamebox@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:03:10 -0600 Subject: Clarify list recursion text The first sentence in this section is hard to parse. I think this rephrasing is more clear. --- src/content/chapter2_flow_control/lesson07_list_recursion/en.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/content/chapter2_flow_control') diff --git a/src/content/chapter2_flow_control/lesson07_list_recursion/en.html b/src/content/chapter2_flow_control/lesson07_list_recursion/en.html index 94e8152..d2194e3 100644 --- a/src/content/chapter2_flow_control/lesson07_list_recursion/en.html +++ b/src/content/chapter2_flow_control/lesson07_list_recursion/en.html @@ -1,9 +1,9 @@
- Most commonly functions in the
+ While it is more common to use functions in the
gleam/list
- module are used to iterate across a list, but at times you may prefer to work
+ module to iterate across a list, at times you may prefer to work
with the list directly.
-- cgit v1.2.3