Skip to content

Commit e551d4d

Browse files
committed
Fix typo
1 parent 37126d3 commit e551d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/src/environment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ pub struct DebugInfo<'a> {
167167
pub type DebugHandlerFn = dyn for<'a, 'b> FnMut(/* msg */ &'a str, DebugInfo<'b>);
168168

169169
/// A environment that provides access to the ContextData.
170-
/// The environment is clonable but clones access the same underlying data.
170+
/// The environment is cloneable but clones access the same underlying data.
171171
pub struct Environment<A, S, Q> {
172172
pub memory: Option<Memory>,
173173
pub api: A,

0 commit comments

Comments
 (0)