diff options
-rw-r--r-- | src/content/chapter2_flow_control/lesson07_list_recursion/en.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <p> - Most commonly functions in the + While it is more common to use functions in the <a href="https://hexdocs.pm/gleam_stdlib/gleam/list.html" ><code>gleam/list</code></a > - 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. </p> <p> |