From a1c22e954299de5c823ec47cd2f633355764e3b2 Mon Sep 17 00:00:00 2001 From: Dimitrii Dulgher Date: Sat, 13 Apr 2024 00:04:06 +0300 Subject: Add hrefs to code keywords --- src/content/chapter2_flow_control/lesson07_list_recursion/en.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 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 @@

- While it is more common to use functions in the - gleam/list + While it is more common to use functions in the + + gleam/list + module to iterate across a list, at times you may prefer to work with the list directly.

-- cgit v1.2.3