Skip to content

Commit ce5df2d

Browse files
authored
Merge pull request #1848 from LeverImmy/main
chore: fixed minor typo
2 parents 2966a29 + 76acf61 commit ce5df2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/23_conversions/from_into.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ impl Default for Person {
2424
}
2525
}
2626

27+
2728
// Your task is to complete this implementation in order for the line `let p1 =
28-
// Person::from("Mark,20")` to compile Please note that you'll need to parse the
29+
// Person::from("Mark,20")` to compile. Please note that you'll need to parse the
2930
// age component into a `usize` with something like `"4".parse::<usize>()`. The
3031
// outcome of this needs to be handled appropriately.
3132
//

0 commit comments

Comments
 (0)