1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-18 23:41:37 +02:00

Merge pull request #2026 from yerke/patch-1

Fix typo in structs3.rs
This commit is contained in:
Mo 2024-07-06 22:21:15 +02:00 committed by GitHub
commit 1652bb67d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {