diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-07-06 22:21:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-06 22:21:15 +0200 |
| commit | 1652bb67d94d7bd4eb8d3cd5772fc315b82dd3bd (patch) | |
| tree | 381c19eab4b03c484fcc686af3748749e4b1a0f5 /exercises | |
| parent | 186dc3c1abcecc96a0502a9903ad398b722305a7 (diff) | |
| parent | a21fa6ff4076a2a0194441a09d18439343cbfb9a (diff) | |
Merge pull request #2026 from yerke/patch-1
Fix typo in structs3.rs
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/07_structs/structs3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/07_structs/structs3.rs b/exercises/07_structs/structs3.rs index 93b57fe..1471695 100644 --- a/exercises/07_structs/structs3.rs +++ b/exercises/07_structs/structs3.rs @@ -1,5 +1,5 @@ // 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. #[derive(Debug)] struct Package { |
