From 3878a0025e8c2f44f8ed2e7064cd5188574e7d6c Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 7 Aug 2023 16:14:06 -0700 Subject: [PATCH] Fix typo (#6819) --- crates/wit-bindgen/src/rust.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wit-bindgen/src/rust.rs b/crates/wit-bindgen/src/rust.rs index 38f7f89c1bfd..ec9f729c5835 100644 --- a/crates/wit-bindgen/src/rust.rs +++ b/crates/wit-bindgen/src/rust.rs @@ -17,7 +17,7 @@ pub trait RustGenerator<'a> { fn info(&self, ty: TypeId) -> TypeInfo; fn path_to_interface(&self, interface: InterfaceId) -> Option; - /// 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