Skip to content

Commit

Permalink
doc : add a dot in structs3.rs file
Browse files Browse the repository at this point in the history
  • Loading branch information
Allupeng committed Apr 28, 2024
1 parent 7105310 commit 881d3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/07_structs/structs3.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 881d3e9

Please sign in to comment.