aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Kinnunen <github@mtsknn.fi>2024-06-06 13:15:13 +0300
committerLouis Pilfold <louis@lpil.uk>2024-06-10 15:49:15 +0100
commita59534e26dff9c20d33e4d7d2068360297488bb8 (patch)
tree8d3ebe72535b79f720506b45a763583554e37b8a
parent83d3992f02a34537bb988c7ac4e235f72d1545d9 (diff)
downloadtour-a59534e26dff9c20d33e4d7d2068360297488bb8.tar.gz
tour-a59534e26dff9c20d33e4d7d2068360297488bb8.zip
Add missing comma
-rw-r--r--src/content/chapter4_standard_library/lesson03_dict_module/en.html2
1 files changed, 1 insertions, 1 deletions
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 @@
</p>
<p>
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.
</p>