Skip to content

Commit 9b10469

Browse files
fix(lang/rust): typo
Co-authored-by: Kate Goldenring <[email protected]>
1 parent 182b955 commit 9b10469

File tree

1 file changed

+1
-1
lines changed
  • component-model/src/language-support

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Your code should look something like the following:
145145

146146
There are a few points of note in the code listing above:
147147

148-
- The `AdderComponent` struct si introduced, but is only useful as an implementer of the `Guest` trait.
148+
- The `AdderComponent` struct is introduced, but is only useful as an implementer of the `Guest` trait.
149149
- The `bindings::exports::docs::adder::add::Guest` trait mirrors the `docs:adder/add` interface
150150
- Our `AdderComponent` implements (in both the Rust sense and the WIT sense) the
151151
- The [`export!()` macro][export-macro] is generated by `wit_bindgen::generate!` macro, and does important setup

0 commit comments

Comments
 (0)