Skip to content

Commit 6afc484

Browse files
authored
Merge pull request #1819 from gerases/grammar-fix
Correct for more standard English
2 parents 88b583f + 93aef73 commit 6afc484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/11_hashmaps/hashmaps3.rs

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

0 commit comments

Comments
 (0)