diff --git a/crates/runtime/src/instance.rs b/crates/runtime/src/instance.rs index 95c22a7e27..70babd8ad0 100644 --- a/crates/runtime/src/instance.rs +++ b/crates/runtime/src/instance.rs @@ -881,7 +881,7 @@ impl InstanceHandle { /// Return an iterator over the exports of this instance. /// - /// Specifically, it provides access to the key-value pairs, where they keys + /// Specifically, it provides access to the key-value pairs, where the keys /// are export names, and the values are export declarations which can be /// resolved `lookup_by_declaration`. pub fn exports(&self) -> indexmap::map::Iter {