mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-11-29 22:47:43 +02:00
fix: updated comment for struct
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user