Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jun 4, 2019
1 parent 52695fb commit ddf3134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rust/evmc-vm/src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::EvmcVm;
use crate::ExecutionContext;
use crate::ExecutionResult;

/// Container struct for EVM-C instances and user-defined data.
/// Container struct for EVMC instances and user-defined data.
pub struct EvmcContainer<T: EvmcVm + Sized> {
instance: ::evmc_sys::evmc_instance,
vm: T,
Expand Down

0 comments on commit ddf3134

Please sign in to comment.