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 a75300b commit 2933f51Copy full SHA for 2933f51
exercises/conversions/from_into.rs
@@ -75,7 +75,7 @@ mod tests {
75
}
76
#[test]
77
fn test_bad_age() {
78
- // Test that "Mark.twenty" will return the default person due to an error in parsing age
+ // Test that "Mark,twenty" will return the default person due to an error in parsing age
79
let p = Person::from("Mark,twenty");
80
assert_eq!(p.name, "John");
81
assert_eq!(p.age, 30);
0 commit comments