diff --git a/src/doc/book/src/reference/config.md b/src/doc/book/src/reference/config.md index a815bf9814f..13793cf3495 100644 --- a/src/doc/book/src/reference/config.md +++ b/src/doc/book/src/reference/config.md @@ -9,7 +9,7 @@ manifest, see the [manifest format](reference/manifest.html). Cargo allows to have local configuration for a particular project or global configuration (like git). Cargo also extends this ability to a hierarchical strategy. If, for example, Cargo were invoked in `/home/foo/bar/baz`, then the -following configuration files would be probed for: +following configuration files would be probed for and unified in this order: * `/home/foo/bar/baz/.cargo/config` * `/home/foo/bar/.cargo/config` diff --git a/src/doc/config.md b/src/doc/config.md index 679bc5f9bc9..472d5ca0d3a 100644 --- a/src/doc/config.md +++ b/src/doc/config.md @@ -9,7 +9,7 @@ manifest, see the [manifest format](manifest.html). Cargo allows to have local configuration for a particular project or global configuration (like git). Cargo also extends this ability to a hierarchical strategy. If, for example, Cargo were invoked in `/home/foo/bar/baz`, then the -following configuration files would be probed for: +following configuration files would be probed for and unified in this order: * `/home/foo/bar/baz/.cargo/config` * `/home/foo/bar/.cargo/config`