1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-18 20:39:35 +02:00

Update std.md (#1405)

Fix typo
This commit is contained in:
justanotheranonymoususer 2023-10-22 17:29:35 +03:00 committed by GitHub
parent 1dfb82c085
commit 0c128d9357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# Standard Library
Rust comes with a standard library which helps establish a set of common types
used by Rust library and programs. This way, two libraries can work together
used by Rust libraries and programs. This way, two libraries can work together
smoothly because they both use the same `String` type.
The common vocabulary types include: