Skip to content

Commit cddc1e8

Browse files
jbaberJohn Baber-Lucero
andauthored
fix(info): Fix typo (#635)
Co-authored-by: John Baber-Lucero <git@frundle.com>
1 parent 24ea42c commit cddc1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ hint = """
284284
Rust has more than one type of struct. Three actually, all variants are used to package related data together.
285285
There are normal (or classic) structs. These are named collections of related data stored in fields.
286286
Tuple structs are basically just named tuples.
287-
Finally, Unit structs. These don't have and fields and are useful for generics.
287+
Finally, Unit structs. These don't have any fields and are useful for generics.
288288
289289
In this exercise you need to complete and implement one of each kind.
290290
Read more about structs in The Book: https://doc.rust-lang.org/book/ch05-01-defining-structs.html"""

0 commit comments

Comments
 (0)