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 96c56ab commit 9f3e8c2Copy full SHA for 9f3e8c2
exercises/structs/structs3.rs
@@ -1,7 +1,8 @@
1
// 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`
+// 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!
5
+// If you have issues execute `rustlings hint structs3`
6
7
// I AM NOT DONE
8
0 commit comments