Skip to content

Commit f084944

Browse files
committed
chore(from_into): Add missing period in docs
1 parent 42b5c0a commit f084944

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)