mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 14:44:25 +00:00
doc : add a dot in structs3.rs file
This commit is contained in:
parent
71053101c3
commit
881d3e9441
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// structs3.rs
|
||||
//
|
||||
// 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.
|
||||
// Make the code compile and the tests pass!
|
||||
//
|
||||
// Execute `rustlings hint structs3` or use the `hint` watch subcommand for a
|
||||
|
|
Loading…
Reference in a new issue