mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
fix typo
This commit is contained in:
@ -83,7 +83,7 @@ fn main() {
|
||||
// modify this line only !
|
||||
let s1 = s;
|
||||
|
||||
s1.push_str("world")
|
||||
s1.push_str("world");
|
||||
|
||||
println!("Success!")
|
||||
}
|
||||
|
Reference in New Issue
Block a user