summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authorallupeng <allupeng417@gmail.com>2024-04-28 18:03:22 +0800
committerallupeng <allupeng417@gmail.com>2024-04-28 18:03:22 +0800
commit881d3e9441507a4f615699d1cd77f4d989d20872 (patch)
tree344ecada9785a7b7c693e98d2bac879a7fc32caa /exercises
parent71053101c32d0fd374f8e122880b3d682519bac6 (diff)
doc : add a dot in structs3.rs file
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 7cda5af..2d55dd7 100644
--- a/exercises/07_structs/structs3.rs
+++ b/exercises/07_structs/structs3.rs
@@ -1,7 +1,7 @@
// structs3.rs
//
// 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.
// Make the code compile and the tests pass!
//
// Execute `rustlings hint structs3` or use the `hint` watch subcommand for a