From 8d708e45724e15b6002e5fb9af2699657f687e40 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Fri, 20 Apr 2018 12:24:55 +0300 Subject: [PATCH] fix typos in vm description comment --- json/src/vm/vm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/src/vm/vm.rs b/json/src/vm/vm.rs index c7e33b609a7..8cc01e3bac2 100644 --- a/json/src/vm/vm.rs +++ b/json/src/vm/vm.rs @@ -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.