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 de65026 commit a901499Copy full SHA for a901499
exercises/conversions/from_into.rs
@@ -31,7 +31,7 @@ impl Default for Person {
31
// 3. Extract the first element from the split operation and use it as the name
32
// 4. Extract the other element from the split operation and parse it into a `usize` as the age
33
// If while parsing the age, something goes wrong, then return the default of Person
34
-// Otherwise, then return an instantiated Person onject with the results
+// Otherwise, then return an instantiated Person object with the results
35
impl From<&str> for Person {
36
fn from(s: &str) -> Person {
37
}
0 commit comments