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/chapter0_basics/lesson17_lists/en.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/content/chapter0_basics/lesson17_lists') diff --git a/src/content/chapter0_basics/lesson17_lists/en.html b/src/content/chapter0_basics/lesson17_lists/en.html index c29758a..84f88f3 100644 --- a/src/content/chapter0_basics/lesson17_lists/en.html +++ b/src/content/chapter0_basics/lesson17_lists/en.html @@ -2,9 +2,11 @@ Lists are ordered collections of values.

- List is a generic type, having a type parameter - for the type of values it contains. A list of ints has the type - List(Int), and a list of strings has the type + + List + + is a generic type, having a type parameter for the type of values it contains. + A list of ints has the type List(Int), and a list of strings has the type List(String).

-- cgit v1.2.3