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.
2 parents ba087ce + 8794b40 commit 6948905Copy full SHA for 6948905
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