Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
fix typos in vm description comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Apr 20, 2018
1 parent a3bba90 commit 8d708e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/src/vm/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use hash::H256;
use blockchain::State;
use vm::{Transaction, Call, Env};

/// Reporesents vm execution environment before and after exeuction of transaction.
/// Represents vm execution environment before and after execution of transaction.
#[derive(Debug, PartialEq, Deserialize)]
pub struct Vm {
/// Contract calls made internaly by executed transaction.
Expand Down

0 comments on commit 8d708e4

Please sign in to comment.