From dbdbd3c803ba04cb9f188bd55097fc15cf2a49c2 Mon Sep 17 00:00:00 2001 From: Fabian Vogelsteller Date: Mon, 20 Mar 2017 18:25:36 +0100 Subject: [PATCH] small backup change --- docs/web3-eth-contract.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web3-eth-contract.rst b/docs/web3-eth-contract.rst index 91bb315..f964402 100644 --- a/docs/web3-eth-contract.rst +++ b/docs/web3-eth-contract.rst @@ -467,7 +467,7 @@ Example var MyContract = new web3.eth.contract(abi, address); MyContract.methods.myFunction().call() .then(console.log); - > { + > Result { myNumber: '23456', myString: 'Hello!%', 0: '23456', // those are here as fallback, if the name is not know or given