We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182b955 commit 9b10469Copy full SHA for 9b10469
component-model/src/language-support/rust.md
@@ -145,7 +145,7 @@ Your code should look something like the following:
145
146
There are a few points of note in the code listing above:
147
148
-- The `AdderComponent` struct si introduced, but is only useful as an implementer of the `Guest` trait.
+- The `AdderComponent` struct is introduced, but is only useful as an implementer of the `Guest` trait.
149
- The `bindings::exports::docs::adder::add::Guest` trait mirrors the `docs:adder/add` interface
150
- Our `AdderComponent` implements (in both the Rust sense and the WIT sense) the
151
- The [`export!()` macro][export-macro] is generated by `wit_bindgen::generate!` macro, and does important setup
0 commit comments