We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b5c0a commit f084944Copy full SHA for f084944
exercises/23_conversions/from_into.rs
@@ -39,7 +39,7 @@ impl Default for Person {
39
// 5. Extract the other element from the split operation and parse it into a
40
// `usize` as the age.
41
// 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
+// Person. Otherwise, then return an instantiated Person object with the results
43
44
// I AM NOT DONE
45
0 commit comments