Skip to content

Commit 22b650c

Browse files
authored
Merge pull request #2004 from xavdid/fix-typo
chore(from_into): Add missing period in docs
2 parents 42b5c0a + f084944 commit 22b650c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/23_conversions/from_into.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl Default for Person {
3939
// 5. Extract the other element from the split operation and parse it into a
4040
// `usize` as the age.
4141
// If while parsing the age, something goes wrong, then return the default of
42-
// Person Otherwise, then return an instantiated Person object with the results
42+
// Person. Otherwise, then return an instantiated Person object with the results
4343

4444
// I AM NOT DONE
4545

0 commit comments

Comments
 (0)