Skip to content

Commit e519b50

Browse files
authored
fix(hashmaps3): fix typo in todo hint
1 parent e3af483 commit e519b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/hashmaps/hashmaps3.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fn build_scores_table(results: String) -> HashMap<String, Team> {
3737
let team_2_score: u8 = v[3].parse().unwrap();
3838
// TODO: Populate the scores table with details extracted from the
3939
// current line. Keep in mind that goals scored by team_1
40-
// will be number of goals conceded from team_2, and similarly
40+
// will be the number of goals conceded from team_2, and similarly
4141
// goals scored by team_2 will be the number of goals conceded by
4242
// team_1.
4343
}

0 commit comments

Comments
 (0)