Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Oct 7, 2024
1 parent 37126d3 commit e551d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/src/environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pub struct DebugInfo<'a> {
pub type DebugHandlerFn = dyn for<'a, 'b> FnMut(/* msg */ &'a str, DebugInfo<'b>);

/// A environment that provides access to the ContextData.
/// The environment is clonable but clones access the same underlying data.
/// The environment is cloneable but clones access the same underlying data.
pub struct Environment<A, S, Q> {
pub memory: Option<Memory>,
pub api: A,
Expand Down

0 comments on commit e551d4d

Please sign in to comment.