We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ea42c commit cddc1e8Copy full SHA for cddc1e8
info.toml
@@ -284,7 +284,7 @@ hint = """
284
Rust has more than one type of struct. Three actually, all variants are used to package related data together.
285
There are normal (or classic) structs. These are named collections of related data stored in fields.
286
Tuple structs are basically just named tuples.
287
-Finally, Unit structs. These don't have and fields and are useful for generics.
+Finally, Unit structs. These don't have any fields and are useful for generics.
288
289
In this exercise you need to complete and implement one of each kind.
290
Read more about structs in The Book: https://doc.rust-lang.org/book/ch05-01-defining-structs.html"""
0 commit comments