From 0fe36b6e2a8f13fa46b30519f28aa36fd551b24b Mon Sep 17 00:00:00 2001 From: frogtile <87414805+frogtile@users.noreply.github.com> Date: Fri, 10 Sep 2021 09:21:34 +0600 Subject: [PATCH] config.md: fix typo match value with comment --- src/doc/src/reference/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md index c4ea4a8fb17..7e7137cf8c7 100644 --- a/src/doc/src/reference/config.md +++ b/src/doc/src/reference/config.md @@ -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.] # Same keys as for [patch] in Cargo.toml