Skip to content

Commit 3afdabf

Browse files
authored
Update cargo.md to fix typos (#1848)
1 parent 5ecdddf commit 3afdabf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chromium/cargo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Comparing Chromium and Cargo Ecosystems
22

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

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

8484
Students may identify the following items as being implicitly or explicitly

0 commit comments

Comments
 (0)