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 8c3b8dc commit 01509a2Copy full SHA for 01509a2
exercises/07_structs/structs3.rs
@@ -1,7 +1,7 @@
1
// structs3.rs
2
//
3
// Structs contain data, but can also have logic. In this exercise we have
4
-// defined the Package struct, and we want to test some logic attached to it.
+// defined the Package struct and we want to test some logic attached to it.
5
// Make the code compile and the tests pass!
6
7
// Execute `rustlings hint structs3` or use the `hint` watch subcommand for a
0 commit comments