diff options
author | RJ Catalano <rj@monax.io> | 2017-06-14 21:06:03 +0800 |
---|---|---|
committer | RJ Catalano <rj@monax.io> | 2017-06-14 21:06:03 +0800 |
commit | 1d644bed3159c5557623a5f40fe101b517731a9a (patch) | |
tree | 93bda5ac73a9b2b6f4e40b6101c496fb52713992 | |
parent | ca70d82b96de33ce168a22d38cb0ed4a5a4d2cb9 (diff) | |
download | dexon-solidity-1d644bed3159c5557623a5f40fe101b517731a9a.tar dexon-solidity-1d644bed3159c5557623a5f40fe101b517731a9a.tar.gz dexon-solidity-1d644bed3159c5557623a5f40fe101b517731a9a.tar.bz2 dexon-solidity-1d644bed3159c5557623a5f40fe101b517731a9a.tar.lz dexon-solidity-1d644bed3159c5557623a5f40fe101b517731a9a.tar.xz dexon-solidity-1d644bed3159c5557623a5f40fe101b517731a9a.tar.zst dexon-solidity-1d644bed3159c5557623a5f40fe101b517731a9a.zip |
try to get rid of warning
Signed-off-by: RJ Catalano <rj@monax.io>
-rw-r--r-- | docs/abi-spec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index 607442db..e39c8861 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -323,7 +323,7 @@ For example, would result in the JSON: -.. code:: JSON +.. code:: json [{ "type":"event", |