1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-16 22:27:34 +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

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.