diff options
author | chriseth <chris@ethereum.org> | 2018-08-10 02:04:27 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-08-10 02:04:47 +0800 |
commit | 0197d05cf293cfd3a9b25abab1b3ba25002a0bbd (patch) | |
tree | 2cd10e17240a27ca5ffc92cf4de008701ceafd0c /docs/abi-spec.rst | |
parent | 6954f83a0c52d22ffae9bfbe24191547a7ef781f (diff) | |
download | dexon-solidity-0197d05cf293cfd3a9b25abab1b3ba25002a0bbd.tar.gz dexon-solidity-0197d05cf293cfd3a9b25abab1b3ba25002a0bbd.tar.zst dexon-solidity-0197d05cf293cfd3a9b25abab1b3ba25002a0bbd.zip |
Use code-block when using a different language.
Diffstat (limited to 'docs/abi-spec.rst')
-rw-r--r-- | docs/abi-spec.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index be645b5c..3c593e54 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -453,7 +453,7 @@ For example, would result in the JSON: -.. code:: json +.. code-block:: json [{ "type":"event", @@ -500,7 +500,7 @@ As an example, the code would result in the JSON: -.. code:: json +.. code-block:: json [ { |