summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
Diffstat (limited to 'exercises')
-rw-r--r--exercises/07_structs/structs3.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/07_structs/structs3.rs b/exercises/07_structs/structs3.rs
index 93b57fe..1471695 100644
--- a/exercises/07_structs/structs3.rs
+++ b/exercises/07_structs/structs3.rs
@@ -1,5 +1,5 @@
// 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.
+// defined the `Package` struct, and we want to test some logic attached to it.
#[derive(Debug)]
struct Package {