1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-26 09:12:58 +02:00

Minor punctuation update

This commit is contained in:
Andrew Pollack 2022-12-21 09:29:04 -08:00 committed by GitHub
parent c274f86cfd
commit 62c856f1d7
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.