We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37126d3 commit e551d4dCopy full SHA for e551d4d
packages/vm/src/environment.rs
@@ -167,7 +167,7 @@ pub struct DebugInfo<'a> {
167
pub type DebugHandlerFn = dyn for<'a, 'b> FnMut(/* msg */ &'a str, DebugInfo<'b>);
168
169
/// A environment that provides access to the ContextData.
170
-/// The environment is clonable but clones access the same underlying data.
+/// The environment is cloneable but clones access the same underlying data.
171
pub struct Environment<A, S, Q> {
172
pub memory: Option<Memory>,
173
pub api: A,
0 commit comments