Skip to content

Commit bb1832d

Browse files
fix(lang/rust): prose
Co-authored-by: Kate Goldenring <kate.goldenring@gmail.com>
1 parent 53fc4cc commit bb1832d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/language-support

component-model/src/language-support/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ cargo add wit-bindgen
112112
> The command above should be run from inside the `adder` directory that was created by
113113
> `cargo new` so as to be sure to add `wit-bindgen` to the dependencies of the right project. Alternatively, you can directly add `wit-bindgen` to the dependencies section of the `Cargo.toml`.
114114
>
115-
> While it is also possible to use `wit-bindgen` as a binary via the [`wit-bindgen-cli`][crates-wit-bindgen-cli]
115+
> It is also possible to use `wit-bindgen` as a binary via the [`wit-bindgen-cli`][crates-wit-bindgen-cli]
116116
> crate, but here we will focus on a code-first binding build approach.
117117
118118
Once you have `wit-bindgen` as a part of your Rust project (i.e. in `Cargo.toml`), we can use it to generate Rust code bindings for our WIT interface. Update your `src/lib.rs` file to look like the following:

0 commit comments

Comments
 (0)