1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-11-25 01:16:12 +02:00

Merge pull request #7 from andrewpollack/patch-5

Minor punctuation update
This commit is contained in:
Martin Geisler 2022-12-22 10:08:16 +01:00 committed by GitHub
commit 121a7d33f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,4 @@ fn main() {
Rust terminology:
* `&str` an immutable reference to a string slice.
* `String` a mutable string buffer
* `String` a mutable string buffer.