1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-26 05:46:07 +02:00

Merge pull request #1819 from gerases/grammar-fix

Correct for more standard English
This commit is contained in:
liv 2024-01-15 14:51:31 +00:00 committed by GitHub
commit 6afc4840b4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,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 the number of goals conceded from team_2, and similarly
// will be the number of goals conceded by team_2, and similarly
// goals scored by team_2 will be the number of goals conceded by
// team_1.
}