Merge 4817abcc1476e2d57965d19095d24ff805ba851c into 37cbcd9049627653a46f3a90d0d5dd5468464e1c

This commit is contained in:
Piotr Spieker 2026-03-28 02:19:47 +00:00 committed by GitHub
commit 06747e34ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -440,7 +440,7 @@ dir = "08_enums"
test = false
hint = """
You can create enumerations that have different variants with different types
such as anonymous structs, structs, a single string, tuples, no data, etc."""
such as struct-like variants, regular structs, a single string, tuples, no data, etc."""
[[exercises]]
name = "enums3"