summaryrefslogtreecommitdiff
path: root/exercises/07_structs/structs3.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-06 22:21:52 +0200
committermo8it <mo8it@proton.me>2024-07-06 22:22:52 +0200
commit5d4363d58d94424d67d1815f5f2c36aabecb3a92 (patch)
treec9a260cee0ebc48f8ecdeb4f935dd8a04a02e8f3 /exercises/07_structs/structs3.rs
parent48697b8225de5ab8e8254d712728c4a09fcb778d (diff)
Add comma
Diffstat (limited to 'exercises/07_structs/structs3.rs')
-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 1471695..69e5ced 100644
--- a/exercises/07_structs/structs3.rs
+++ b/exercises/07_structs/structs3.rs
@@ -1,4 +1,4 @@
-// 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
// defined the `Package` struct, and we want to test some logic attached to it.
#[derive(Debug)]