Skip to content

Commit

Permalink
Fix typo (#6819)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown authored Aug 7, 2023
1 parent 4f1b38f commit 3878a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wit-bindgen/src/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub trait RustGenerator<'a> {
fn info(&self, ty: TypeId) -> TypeInfo;
fn path_to_interface(&self, interface: InterfaceId) -> Option<String>;

/// This determines whether we generate owning types or (where appopriate)
/// This determines whether we generate owning types or (where appropriate)
/// borrowing types.
///
/// For example, when generating a type which is only used as a parameter to
Expand Down

0 comments on commit 3878a00

Please sign in to comment.