Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cargo.md to fix typos #1848

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/chromium/cargo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Comparing Chromium and Cargo Ecosystems

Rust community typically uses `cargo` and libraries from [crates.io][2].
The Rust community typically uses `cargo` and libraries from [crates.io][2].
Chromium is built using `gn` and `ninja` and a curated set of dependencies.

When writing code in Rust, your choices are:
Expand Down Expand Up @@ -78,7 +78,7 @@ may offer an advantage"):
when building and bootstrapping Rust standard library when building Rust
toolchain.
- `run_gnrt.py` uses Chromium's copy of `cargo` and `rustc`. `gnrt` depends
on third-party libraries downloaded from the internet, by `run_gnrt.py`
on third-party libraries downloaded from the internet, but `run_gnrt.py`
asks `cargo` that only `--locked` content is allowed via `Cargo.lock`.)

Students may identify the following items as being implicitly or explicitly
Expand Down
Loading