Skip to content

Commit 1652bb6

Browse files
authored
Merge pull request #2026 from yerke/patch-1
Fix typo in structs3.rs
2 parents 186dc3c + a21fa6f commit 1652bb6

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

44
#[derive(Debug)]
55
struct Package {

0 commit comments

Comments
 (0)