Skip to content

Commit 9f3e8c2

Browse files
authored
fix(structs3): reword heading comment (#664)
1 parent 96c56ab commit 9f3e8c2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

exercises/structs/structs3.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// structs3.rs
2-
// Structs contain more than simply some data, they can also have logic, in this
3-
// exercise we have defined the Package struct and we want to test some logic attached to it,
4-
// make the code compile and the tests pass! If you have issues execute `rustlings hint structs3`
2+
// Structs contain data, but can also have logic. In this exercise we have
3+
// defined the Package struct and we want to test some logic attached to it.
4+
// Make the code compile and the tests pass!
5+
// If you have issues execute `rustlings hint structs3`
56

67
// I AM NOT DONE
78

0 commit comments

Comments
 (0)