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 afa661c commit 86cc852Copy full SHA for 86cc852
exercises/conversions/from_str.rs
@@ -20,7 +20,7 @@ struct Person {
20
// 4. Extract the first element from the split operation and use it as the name
21
// 5. Extract the other element from the split operation and parse it into a `usize` as the age
22
// with something like `"4".parse::<usize>()`
23
-// 5. If while extracting the name and the age something goes wrong, an error should be returned
+// 6. If while extracting the name and the age something goes wrong, an error should be returned
24
// If everything goes well, then return a Result of a Person object
25
26
impl FromStr for Person {
0 commit comments