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 186dc3c commit a21fa6fCopy full SHA for a21fa6f
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