Skip to content

Commit a4fe360

Browse files
authored
fix: updated comment for struct
1 parent 8974e33 commit a4fe360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/hashmaps/hashmaps3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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 {
2323
goals_scored: u8,
2424
goals_conceded: u8,

0 commit comments

Comments
 (0)