Clarify a comment.

This commit is contained in:
Dan Gohman
2019-01-03 08:25:02 -08:00
parent 9d73123e3e
commit b646f9b4e0

View File

@@ -12,7 +12,7 @@ use std::collections::HashMap;
use std::string::String;
use wasmtime_runtime::{Export, Instance};
/// An opaque reference to an `Instance`.
/// An opaque reference to an `Instance` within a `Namespace`.
#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
pub struct InstanceIndex(u32);
entity_impl!(InstanceIndex, "instance");