Skip to content

Commit 974717c

Browse files
authored
Merge pull request #1547 from b-apperlo/b-apperlo-patch-2
fix: update hashmaps3.rs
2 parents d77e6c0 + a4fe360 commit 974717c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exercises/hashmaps/hashmaps3.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818

1919
use std::collections::HashMap;
2020

21-
// A structure to store team name and its goal details.
21+
// A structure to store the goal details of a team.
2222
struct Team {
23-
name: String,
2423
goals_scored: u8,
2524
goals_conceded: u8,
2625
}

0 commit comments

Comments
 (0)