diff options
author | Leo Arias <yo@elopio.net> | 2018-06-05 13:48:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 13:48:25 +0800 |
commit | 8ce5707a4295096d8510f1d8883ffc45d81a62ee (patch) | |
tree | 34ceb2ada4e86fe41dd63cd0f945adc540e4a56f /docs/julia.rst | |
parent | 4073c02cf34254dce2710f48acb95e9d39b11f0a (diff) | |
download | dexon-solidity-8ce5707a4295096d8510f1d8883ffc45d81a62ee.tar dexon-solidity-8ce5707a4295096d8510f1d8883ffc45d81a62ee.tar.gz dexon-solidity-8ce5707a4295096d8510f1d8883ffc45d81a62ee.tar.bz2 dexon-solidity-8ce5707a4295096d8510f1d8883ffc45d81a62ee.tar.lz dexon-solidity-8ce5707a4295096d8510f1d8883ffc45d81a62ee.tar.xz dexon-solidity-8ce5707a4295096d8510f1d8883ffc45d81a62ee.tar.zst dexon-solidity-8ce5707a4295096d8510f1d8883ffc45d81a62ee.zip |
docs: fix code annotation
Diffstat (limited to 'docs/julia.rst')
-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 |