From a59534e26dff9c20d33e4d7d2068360297488bb8 Mon Sep 17 00:00:00 2001 From: Matias Kinnunen Date: Thu, 6 Jun 2024 13:15:13 +0300 Subject: Add missing comma --- src/content/chapter4_standard_library/lesson03_dict_module/en.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/chapter4_standard_library/lesson03_dict_module/en.html b/src/content/chapter4_standard_library/lesson03_dict_module/en.html index 4037085..c75cba3 100644 --- a/src/content/chapter4_standard_library/lesson03_dict_module/en.html +++ b/src/content/chapter4_standard_library/lesson03_dict_module/en.html @@ -35,6 +35,6 @@

Dicts are unordered! If it appears that the items in a dict are in a certain - order this is incidental and should not be relied upon. Any ordering may + order, it is incidental and should not be relied upon. Any ordering may change without warning in future versions or on different runtimes.

-- cgit v1.2.3