Skip to content

Commit

Permalink
fix(hashmaps3): fix typo in todo hint
Browse files Browse the repository at this point in the history
  • Loading branch information
williamwebb authored Dec 21, 2022
1 parent e3af483 commit e519b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/hashmaps/hashmaps3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fn build_scores_table(results: String) -> HashMap<String, Team> {
let team_2_score: u8 = v[3].parse().unwrap();
// TODO: Populate the scores table with details extracted from the
// current line. Keep in mind that goals scored by team_1
// will be number of goals conceded from team_2, and similarly
// will be the number of goals conceded from team_2, and similarly
// goals scored by team_2 will be the number of goals conceded by
// team_1.
}
Expand Down

0 comments on commit e519b50

Please sign in to comment.