Skip to content

Commit ec6b327

Browse files
fix(lang/rust): prose
Co-authored-by: Kate Goldenring <[email protected]>
1 parent eb15c5e commit ec6b327

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
@@ -186,7 +186,7 @@ fn convert_operand(operand: Operand) -> i64 {
186186
bindings::export!(Component with_types_in bindings);
187187
```
188188

189-
While the code above is unlikely to appear in real interfaces, but it shows the more common case of an interface
189+
The code above is unlikely to appear in real interfaces; however, it shows the more common case of an interface
190190
including types that are meant to be used *with* the interface in question.
191191

192192
## Importing an interface with `cargo component`

0 commit comments

Comments
 (0)