mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-25 23:10:30 +00:00
Fix typo in structs3.rs
This commit is contained in:
parent
186dc3c1ab
commit
a21fa6ff40
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
// Structs contain data, but can also have logic. In this exercise we have
|
||||
// defined the `Package` struct and we want to test some logic attached to it.
|
||||
// defined the `Package` struct, and we want to test some logic attached to it.
|
||||
|
||||
#[derive(Debug)]
|
||||
struct Package {
|
||||
|
|
Loading…
Reference in a new issue