Skip to content

Commit

Permalink
config.md: fix typo
Browse files Browse the repository at this point in the history
match  value with comment
  • Loading branch information
frogtile authored Sep 10, 2021
1 parent d7f413d commit 0fe36b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fe36b6

Please sign in to comment.