mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-25 05:29:41 +00:00
fix typo
This commit is contained in:
@ -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!")
|
||||
}
|
||||
|
Reference in New Issue
Block a user