1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-08 03:40:53 +02:00

Merge pull request #26 from mxschumacher/patch-1

Fix typo
This commit is contained in:
Martin Geisler 2022-12-22 20:18:54 +01:00 committed by GitHub
commit 06b594b47a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
The Rust ecosystem consists of a number of tools, of which the main ones are:
* `rustc`: the Rust compiler which turn `.rs` files into binaries and other
* `rustc`: the Rust compiler which turns `.rs` files into binaries and other
intermediate formats.
* `cargo`: the Rust dependency manager and build tool. Cargo knows how to