Fix typo in basic/ownership/borrowing.md

中英文逗号混用
pull/433/head
Lemon 3 years ago committed by GitHub
parent 8e9f6a4db7
commit e79d3723ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ fn change(some_string: &String) {
} }
``` ```
很不幸,妹子你没抱到, 哦口误,你修改错了: 很不幸,妹子你没抱到哦口误,你修改错了:
```console ```console
error[E0596]: cannot borrow `*some_string` as mutable, as it is behind a `&` reference error[E0596]: cannot borrow `*some_string` as mutable, as it is behind a `&` reference
--> src/main.rs:8:5 --> src/main.rs:8:5

Loading…
Cancel
Save