diff options
| author | mo8it <mo8it@proton.me> | 2024-06-21 23:05:40 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-06-21 23:05:40 +0200 |
| commit | 020711fa97e3be57f9e0098d6b9a329deec5a754 (patch) | |
| tree | a5441084e5091c26d52418508ff4a2a44541d1bb /rustlings-macros/info.toml | |
| parent | a2dfbd86da3271eb07b57a89a359ce2efdcc3544 (diff) | |
enums3 solution
Diffstat (limited to 'rustlings-macros/info.toml')
| -rw-r--r-- | rustlings-macros/info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index 7535b68..a992104 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -451,7 +451,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 no data, anonymous structs, a single string, tuples, etc.""" [[exercises]] name = "enums3" |
