fix(structs3): reword heading comment ()

This commit is contained in:
Darius Wiles 2021-03-13 03:14:02 -08:00 committed by Aymeric Larvet
parent 0e9ef02d37
commit c06d7c8c8d

View file

@ -1,7 +1,8 @@
// structs3.rs
// Structs contain more than simply some data, they can also have logic, in this
// exercise we have defined the Package struct and we want to test some logic attached to it,
// make the code compile and the tests pass! If you have issues execute `rustlings hint structs3`
// Structs contain data, but can also have logic. In this exercise we have
// defined the Package struct and we want to test some logic attached to it.
// Make the code compile and the tests pass!
// If you have issues execute `rustlings hint structs3`
// I AM NOT DONE