diff options
Diffstat (limited to 'docs/using-the-compiler.rst')
-rw-r--r-- | docs/using-the-compiler.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index 924265ad..f31ca329 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -201,8 +201,8 @@ Output Description // The Ethereum Contract ABI. If empty, it is represented as an empty array. // See https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI abi: [], - // See the Metadata Output documentation - metadata: {}, + // See the Metadata Output documentation (serialised JSON string) + metadata: "{...}", // User documentation (natspec) userdoc: {}, // Developer documentation (natspec) |