mirror of https://github.com/status-im/evmc.git
examples: Fix typo
This commit is contained in:
parent
20a1600739
commit
2441aa223c
|
@ -8,7 +8,7 @@
|
|||
///
|
||||
/// This VM does not do anything useful except for showing
|
||||
/// how EVMC VM API should be implemented.
|
||||
/// The inplementation is done in C only, but could be done in C++ in very
|
||||
/// The implementation is done in C only, but could be done in C++ in very
|
||||
/// similar way.
|
||||
|
||||
#include "example_vm.h"
|
||||
|
|
Loading…
Reference in New Issue