Skip to content

Commit 0fe36b6

Browse files
author
frogtile
authored
config.md: fix typo
match value with comment
1 parent d7f413d commit 0fe36b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ root = "/some/path" # `cargo install` destination directory
109109
[net]
110110
retry = 2 # network retries
111111
git-fetch-with-cli = true # use the `git` executable for git operations
112-
offline = false # do not access the network
112+
offline = true # do not access the network
113113

114114
[patch.<registry>]
115115
# Same keys as for [patch] in Cargo.toml

0 commit comments

Comments
 (0)