We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3af483 commit e519b50Copy full SHA for e519b50
exercises/hashmaps/hashmaps3.rs
@@ -37,7 +37,7 @@ fn build_scores_table(results: String) -> HashMap<String, Team> {
37
let team_2_score: u8 = v[3].parse().unwrap();
38
// TODO: Populate the scores table with details extracted from the
39
// current line. Keep in mind that goals scored by team_1
40
- // will be number of goals conceded from team_2, and similarly
+ // will be the number of goals conceded from team_2, and similarly
41
// goals scored by team_2 will be the number of goals conceded by
42
// team_1.
43
}
0 commit comments