From 6594a3bbe0079ea38d2f8ae2af66823d47dca5bc Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 25 Nov 2019 15:36:12 +0100 Subject: [PATCH] Correct grammar/typo in runtime instance.rs (#628) --- crates/runtime/src/instance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {