aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter2_flow_control
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/chapter2_flow_control')
-rw-r--r--src/content/chapter2_flow_control/lesson07_list_recursion/en.html8
1 files changed, 4 insertions, 4 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 d2194e3..9f158d8 100644
--- a/src/content/chapter2_flow_control/lesson07_list_recursion/en.html
+++ b/src/content/chapter2_flow_control/lesson07_list_recursion/en.html
@@ -1,8 +1,8 @@
<p>
- 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
- >
+ While it is more common to use functions in the
+ <a href="https://hexdocs.pm/gleam_stdlib/gleam/list.html" target="_blank">
+ <code>gleam/list</code>
+ </a>
module to iterate across a list, at times you may prefer to work
with the list directly.
</p>