We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88b583f + 93aef73 commit 6afc484Copy full SHA for 6afc484
exercises/11_hashmaps/hashmaps3.rs
@@ -36,7 +36,7 @@ fn build_scores_table(results: String) -> HashMap<String, Team> {
36
let team_2_score: u8 = v[3].parse().unwrap();
37
// TODO: Populate the scores table with details extracted from the
38
// current line. Keep in mind that goals scored by team_1
39
- // will be the number of goals conceded from team_2, and similarly
+ // will be the number of goals conceded by team_2, and similarly
40
// goals scored by team_2 will be the number of goals conceded by
41
// team_1.
42
}
0 commit comments