Skip to content

Commit

Permalink
fix(structs3): reword heading comment (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuswiles committed Mar 13, 2021
1 parent 96c56ab commit 9f3e8c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions exercises/structs/structs3.rs
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9f3e8c2

Please sign in to comment.