From 7f84dcf14dc04f47a8604fa8ba5ea8c2ef9d08f1 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 5 Sep 2018 18:30:51 +0100 Subject: [PATCH] Fix typo in EVMC VM Tester name --- docs/EVMC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EVMC.md b/docs/EVMC.md index 208ae6b..cd39011 100644 --- a/docs/EVMC.md +++ b/docs/EVMC.md @@ -16,7 +16,7 @@ to access Ethereum environment and state. – a collection of utility functions for easier integration with EVMC. - [EVM Instructions](@ref instructions) – the library with collection of metrics for EVM1 instruction set. -- [EMVC VM Tester](@ref vmtester) +- [EVMC VM Tester](@ref vmtester) – the EVMC-compatibility testing tool for VM implementations.