Skip to content

Commit 5526e10

Browse files
Update with @ehuss suggestion
Co-Authored-By: fluffysquirrels <[email protected]>
1 parent 6012657 commit 5526e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/source-replacement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ with another** to express strategies such as:
1818
Cargo has a core assumption about source replacement that the source code is
1919
exactly the same from both sources. Note that this also means that
2020
a replacement source is not allowed to have crates which are not present in the
21-
default crates.io source.
21+
original source.
2222

2323
As a consequence, source replacement is not appropriate for situations such as
2424
patching a dependency or a private registry. Cargo supports patching

0 commit comments

Comments
 (0)