Correct grammar/typo in runtime instance.rs (#628)

This commit is contained in:
Daniel Bevenius
2019-11-25 15:36:12 +01:00
committed by Alex Crichton
parent c45f70999a
commit 6594a3bbe0

View File

@@ -881,7 +881,7 @@ impl InstanceHandle {
/// Return an iterator over the exports of this instance. /// 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 /// are export names, and the values are export declarations which can be
/// resolved `lookup_by_declaration`. /// resolved `lookup_by_declaration`.
pub fn exports(&self) -> indexmap::map::Iter<String, wasmtime_environ::Export> { pub fn exports(&self) -> indexmap::map::Iter<String, wasmtime_environ::Export> {