summaryrefslogtreecommitdiff
path: root/exercises/hashmaps
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/hashmaps')
-rw-r--r--exercises/hashmaps/hashmaps3.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/hashmaps/hashmaps3.rs b/exercises/hashmaps/hashmaps3.rs
index 982976c..0d0a43a 100644
--- a/exercises/hashmaps/hashmaps3.rs
+++ b/exercises/hashmaps/hashmaps3.rs
@@ -18,7 +18,7 @@
use std::collections::HashMap;
-// A structure to store team name and its goal details.
+// A structure to store the goal details of a team.
struct Team {
goals_scored: u8,
goals_conceded: u8,