Skip to content

Commit 01509a2

Browse files
committed
Remove comma
1 parent 8c3b8dc commit 01509a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/07_structs/structs3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// structs3.rs
22
//
33
// Structs contain data, but can also have logic. In this exercise we have
4-
// defined the Package struct, and we want to test some logic attached to it.
4+
// defined the Package struct and we want to test some logic attached to it.
55
// Make the code compile and the tests pass!
66
//
77
// Execute `rustlings hint structs3` or use the `hint` watch subcommand for a

0 commit comments

Comments
 (0)