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 48697b8 commit 5d4363dCopy full SHA for 5d4363d
exercises/07_structs/structs3.rs
@@ -1,4 +1,4 @@
1
-// Structs contain data, but can also have logic. In this exercise we have
+// 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.
3
4
#[derive(Debug)]
0 commit comments