From 0e532f0f2407d6438abf840ed67cf92d3eccf1d2 Mon Sep 17 00:00:00 2001 From: Marcel <89595841+greenthepear@users.noreply.github.com> Date: Thu, 9 May 2024 01:24:05 +0200 Subject: Fix coma to dot --- src/content/chapter3_data_types/lesson00_tuples/en.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/chapter3_data_types/lesson00_tuples/en.html b/src/content/chapter3_data_types/lesson00_tuples/en.html index 359e93a..a0d0333 100644 --- a/src/content/chapter3_data_types/lesson00_tuples/en.html +++ b/src/content/chapter3_data_types/lesson00_tuples/en.html @@ -15,6 +15,6 @@
Tuples are most commonly used to return 2 or 3 values from a function. Often - it is clearer to use a custom type where a tuple could be used, We + it is clearer to use a custom type where a tuple could be used. We will cover custom types next.
-- cgit v1.2.3