Skip to content

Commit 510bb88

Browse files
committed
fix futures link in cargo-workspace's page
1 parent c16884c commit 510bb88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rust-2018/cargo-and-crates-io/cargo-workspaces-for-multi-package-projects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Cargo now has an additional level:
1111

1212
* A *workspace* contains one or more packages
1313

14-
This can be useful for larger projects. For example, [the `futures`
15-
respository] is a *workspace* that contains many related packages:
14+
This can be useful for larger projects. For example, [the `futures` package]
15+
is a *workspace* that contains many related packages:
1616

1717
* futures
1818
* futures-util
@@ -27,4 +27,4 @@ Workspaces allow these packages to be developed individually, but they share
2727
a single set of dependencies, and therefore have a single target directory
2828
and a single `Cargo.lock`.
2929

30-
For more details about workspaces, please see [the Cargo documentation](https://doc.rust-lang.org/stable/cargo/reference/manifest.html#the-workspace-section).
30+
For more details about workspaces, please see [the Cargo documentation](https://doc.rust-lang.org/stable/cargo/reference/manifest.html#the-workspace-section).

0 commit comments

Comments
 (0)