fix: updated comment for struct

pull/1547/head
Bert Apperlo 1 year ago committed by GitHub
parent 8974e33f69
commit a4fe3602b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@
use std::collections::HashMap;
// A structure to store team name and its goal details.
// A structure to store the goal details of a team.
struct Team {
goals_scored: u8,
goals_conceded: u8,

Loading…
Cancel
Save