mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 00:18:24 +00:00
EVM-C: fix typo in comments
This commit is contained in:
parent
5bab6b8d7e
commit
7c79af5d59
@ -97,7 +97,7 @@ struct evm_result {
|
||||
/// In case the evm_result::code field signals
|
||||
/// a failure the output MAY contain optional explanation of the failure
|
||||
/// for debugging or tracing purposes. In case the explanation is provided
|
||||
/// and contains human-readable text the UTF-8 encoding SHOULD be used.
|
||||
/// and contains human-readable text then UTF-8 encoding SHOULD be used.
|
||||
///
|
||||
/// The memory containing the output data is owned by EVM and has to be
|
||||
/// freed with evm_result::release().
|
||||
|
Loading…
x
Reference in New Issue
Block a user