diff options
author | chriseth <c@ethdev.com> | 2016-11-25 04:42:57 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-12-01 23:03:59 +0800 |
commit | 1316c0c872f5b94a73456a8151188dfbef317fdc (patch) | |
tree | 10e73cdbd54fd3979624d01cfc3ce3eb3972044b /docs/miscellaneous.rst | |
parent | 1e35526eb6a7c5af074170f6291491d3cb0bd6ba (diff) | |
download | dexon-solidity-1316c0c872f5b94a73456a8151188dfbef317fdc.tar.gz dexon-solidity-1316c0c872f5b94a73456a8151188dfbef317fdc.tar.zst dexon-solidity-1316c0c872f5b94a73456a8151188dfbef317fdc.zip |
Fix documentation error.
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r-- | docs/miscellaneous.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 1f94c387..3b8c5232 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -257,6 +257,8 @@ reduce whitespace to a minimum and sort the keys of all objects to arrive at a unique formatting. Comments are of course also not permitted and used here only for explanatory purposes. +.. code-block:: json + { // Required: The version of the metadata format version: "1", |