Auto merge of #9896 - frogtile:master, r=ehuss

config.md: fix typo

match  value with comment
This commit is contained in:
bors 2021-09-10 03:37:39 +00:00
commit c7a1c09709

View file

@ -109,7 +109,7 @@ root = "/some/path" # `cargo install` destination directory
[net]
retry = 2 # network retries
git-fetch-with-cli = true # use the `git` executable for git operations
offline = false # do not access the network
offline = true # do not access the network
[patch.<registry>]
# Same keys as for [patch] in Cargo.toml