diff options
-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 77d5c8b1..91b91df2 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 |