summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorMatthias Richter <matthias.ri97@gmail.com>2023-11-14 08:19:15 +0100
committerMatthias Richter <matthias.ri97@gmail.com>2023-11-14 08:19:40 +0100
commit77b687d501771c24bd83294d97b8e6f9ffa92d6b (patch)
tree05edcd14affc7c10650d4b1f711aa45a6067aea5 /info.toml
parentbc3808cf29323a244762b47bf7d3f391d353fdf1 (diff)
fix(enums) make enum variants more consistent
closes #1545
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index 887662a..578d01c 100644
--- a/info.toml
+++ b/info.toml
@@ -468,7 +468,7 @@ path = "exercises/08_enums/enums2.rs"
mode = "compile"
hint = """
You can create enumerations that have different variants with different types
-such as no data, anonymous structs, a single string, tuples, ...etc"""
+such as anonymous structs, structs, a single string, tuples, no data, ...etc"""
[[exercises]]
name = "enums3"