From f40c28504dd11c25a0b9d5340e19a32cdfb7ff71 Mon Sep 17 00:00:00 2001 From: sergeych Date: Mon, 2 Jun 2025 14:10:30 +0400 Subject: [PATCH] docs fix --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index b5b1a94..5081fe7 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -9,7 +9,7 @@ __Other documents to read__ maybe after this one: - [Advanced topics](advanced_topics.md) - [OOP notes](OOP.md) - [math in Lyng](math.md) -- Some class references: [List](List.md), [Real](Real.md), [Range](Range.md) +- Some class references: [List], [Real], [Range], [Iterable], [Iterator] # Expressions