Skip to content

Commit 7c1d40f

Browse files
fix(pl/rust): cargo -> wkg
1 parent 4a916cd commit 7c1d40f

File tree

1 file changed

+1
-1
lines changed
  • component-model/src/language-support/importing-and-reusing-components

1 file changed

+1
-1
lines changed

component-model/src/language-support/importing-and-reusing-components/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ world calculator {
2727

2828
### Referencing the package to import
2929

30-
Because the `docs:adder` package is in a different project, we must first tell `cargo` how to find it. To do this, we add a
30+
Because the `docs:adder` package is in a different project, we must first tell `wkg` how to find it. To do this, we add a
3131
custom `wkg.toml` to our project:
3232

3333
```toml

0 commit comments

Comments
 (0)