summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8b72046..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 anonymous structs, a single string, tuples, no data, etc."""
+such as anonymous structs, structs, a single string, tuples, no data, etc."""
[[exercises]]
name = "enums3"