diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-06-27 11:04:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-27 11:04:28 +0200 |
| commit | 22b650c09218cc5873c0652e431a105363db53b3 (patch) | |
| tree | 6456f263116b11fcfefd804c08ea378328a7d26e | |
| parent | 42b5c0a1f7d4bb5c58a1535092d29c1b49df41de (diff) | |
| parent | f0849447adb1f92f3ca48f7326ad493667160464 (diff) | |
Merge pull request #2004 from xavdid/fix-typo
chore(from_into): Add missing period in docs
| -rw-r--r-- | exercises/23_conversions/from_into.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/23_conversions/from_into.rs b/exercises/23_conversions/from_into.rs index 11787c3..10836a6 100644 --- a/exercises/23_conversions/from_into.rs +++ b/exercises/23_conversions/from_into.rs @@ -39,7 +39,7 @@ impl Default for Person { // 5. Extract the other element from the split operation and parse it into a // `usize` as the age. // If while parsing the age, something goes wrong, then return the default of -// Person Otherwise, then return an instantiated Person object with the results +// Person. Otherwise, then return an instantiated Person object with the results // I AM NOT DONE |
