summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index d75d73f..715778d 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -445,7 +445,7 @@ dir = "08_enums"
test = false
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"