Fix typo in structs3.rs

This commit is contained in:
Yerkebulan Tulibergenov 2024-07-06 12:37:55 -07:00 committed by GitHub
parent 186dc3c1ab
commit a21fa6ff40
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 {