Improve the list of enum variants in enums2 hint

This commit is contained in:
Piotr Spieker 2026-04-30 12:05:38 +02:00
parent 4817abcc14
commit f9f8a37bc7
No known key found for this signature in database

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 struct-like variants, regular structs, a single string, tuples, no data, etc."""
such as struct-like, tuple-like and unit-only variants."""
[[exercises]]
name = "enums3"