This commit is contained in:
sunface 2022-03-05 14:54:28 +08:00
parent 2a170a4406
commit d17902af50
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ fn main() {
//fix error by modifying this line
let s = String::from("hello, ");
borrow_object(&mut s)
borrow_object(&mut s);
println!("Success!")
}