From 8ed94a7d3ebe7c13452d8ae5f98a97ace37fbac2 Mon Sep 17 00:00:00 2001 From: Adrian Taylor Date: Fri, 23 Feb 2024 17:23:05 +0000 Subject: [PATCH] Update cargo.md to fix typos --- src/chromium/cargo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chromium/cargo.md b/src/chromium/cargo.md index b5e9c08196d..793b7d9bbb4 100644 --- a/src/chromium/cargo.md +++ b/src/chromium/cargo.md @@ -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: @@ -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