aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using-the-compiler.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-05-02 22:20:27 +0800
committerchriseth <chris@ethereum.org>2017-05-02 22:52:38 +0800
commited3ab3506a8acb83bda9477f733d2cb07125a74a (patch)
tree7cfda674b2ef48fe2ebb0efb2a987ed135caabb0 /docs/using-the-compiler.rst
parent1b15291af2342f65d784032b4508706100b5b016 (diff)
downloaddexon-solidity-ed3ab3506a8acb83bda9477f733d2cb07125a74a.tar
dexon-solidity-ed3ab3506a8acb83bda9477f733d2cb07125a74a.tar.gz
dexon-solidity-ed3ab3506a8acb83bda9477f733d2cb07125a74a.tar.bz2
dexon-solidity-ed3ab3506a8acb83bda9477f733d2cb07125a74a.tar.lz
dexon-solidity-ed3ab3506a8acb83bda9477f733d2cb07125a74a.tar.xz
dexon-solidity-ed3ab3506a8acb83bda9477f733d2cb07125a74a.tar.zst
dexon-solidity-ed3ab3506a8acb83bda9477f733d2cb07125a74a.zip
Follow the JSON I/O spec closely
Diffstat (limited to 'docs/using-the-compiler.rst')
-rw-r--r--docs/using-the-compiler.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst
index b74da213..85ef9230 100644
--- a/docs/using-the-compiler.rst
+++ b/docs/using-the-compiler.rst
@@ -222,7 +222,7 @@ Output Description
// Assembly (string)
assembly: "",
// Old-style assembly (object)
- legacyAssembly: [],
+ legacyAssembly: {},
// Bytecode and related details.
bytecode: {
// The bytecode as a hex string.