diff options
author | chriseth <chris@ethereum.org> | 2018-06-06 01:27:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 01:27:29 +0800 |
commit | 9d7f0e709edc77327ea6fc212edbe38a8aa224c4 (patch) | |
tree | 34ceb2ada4e86fe41dd63cd0f945adc540e4a56f /docs | |
parent | 4073c02cf34254dce2710f48acb95e9d39b11f0a (diff) | |
parent | 8ce5707a4295096d8510f1d8883ffc45d81a62ee (diff) | |
download | dexon-solidity-9d7f0e709edc77327ea6fc212edbe38a8aa224c4.tar dexon-solidity-9d7f0e709edc77327ea6fc212edbe38a8aa224c4.tar.gz dexon-solidity-9d7f0e709edc77327ea6fc212edbe38a8aa224c4.tar.bz2 dexon-solidity-9d7f0e709edc77327ea6fc212edbe38a8aa224c4.tar.lz dexon-solidity-9d7f0e709edc77327ea6fc212edbe38a8aa224c4.tar.xz dexon-solidity-9d7f0e709edc77327ea6fc212edbe38a8aa224c4.tar.zst dexon-solidity-9d7f0e709edc77327ea6fc212edbe38a8aa224c4.zip |
Merge pull request #4228 from elopio/patch-2
docs: fix code annotation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/julia.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/julia.rst b/docs/julia.rst index c9b73db2..99637926 100644 --- a/docs/julia.rst +++ b/docs/julia.rst @@ -541,7 +541,7 @@ Above, ``Block`` refers to ``Block`` in the JULIA code grammar explained in the An example JULIA Object is shown below: -..code:: +.. code:: // Code consists of a single object. A single "code" node is the code of the object. // Every (other) named object or data section is serialized and |