From f5b21bfe6ed059d63ceab051425287e59595f9de Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 19 Jun 2022 18:37:50 +0200 Subject: [PATCH] capitalise, for consistency --- src/doc/src/reference/unstable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index bbdc15719b3..dd40f25d4e3 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -917,7 +917,7 @@ The `sparse-registry` feature allows cargo to interact with remote registries se over plain HTTP rather than git. These registries can be identified by urls starting with `sparse+http://` or `sparse+https://`. -When fetching index metadata over HTTP, cargo only downloads the metadata for relevant +When fetching index metadata over HTTP, Cargo only downloads the metadata for relevant crates, which can save significant time and bandwidth. The format of the sparse index is identical to a checkout of a git-based index.