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.
2 parents 186dc3c + a21fa6f commit 1652bb6Copy full SHA for 1652bb6
exercises/07_structs/structs3.rs
@@ -1,5 +1,5 @@
1
// Structs contain data, but can also have logic. In this exercise we have
2
-// 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.
3
4
#[derive(Debug)]
5
struct Package {
0 commit comments