mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
fix: updated comment for struct
This commit is contained in:
parent
8974e33f69
commit
a4fe3602b2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue