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 eb15c5e commit ec6b327Copy full SHA for ec6b327
component-model/src/language-support/rust.md
@@ -186,7 +186,7 @@ fn convert_operand(operand: Operand) -> i64 {
186
bindings::export!(Component with_types_in bindings);
187
```
188
189
-While the code above is unlikely to appear in real interfaces, but it shows the more common case of an interface
+The code above is unlikely to appear in real interfaces; however, it shows the more common case of an interface
190
including types that are meant to be used *with* the interface in question.
191
192
## Importing an interface with `cargo component`
0 commit comments