Skip to content

Commit 5d4363d

Browse files
committed
Add comma
1 parent 48697b8 commit 5d4363d

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,4 +1,4 @@
1-
// Structs contain data, but can also have logic. In this exercise we have
1+
// Structs contain data, but can also have logic. In this exercise, we have
22
// defined the `Package` struct, and we want to test some logic attached to it.
33

44
#[derive(Debug)]

0 commit comments

Comments
 (0)