mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo to make CI happy
This commit is contained in:
parent
452a1d6aff
commit
ee937ea7b3
@ -164,7 +164,7 @@ transactions.
|
||||
|
||||
To listen for this event, you could use the following
|
||||
JavaScript code, which uses `web3.js <https://github.com/ethereum/web3.js/>`_ to create the ``Coin`` contract object,
|
||||
and any user interface calls the automatically generated ``balances`` function from aboves::
|
||||
and any user interface calls the automatically generated ``balances`` function from above::
|
||||
|
||||
Coin.Sent().watch({}, '', function(error, result) {
|
||||
if (!error) {
|
||||
|
Loading…
Reference in New Issue
Block a user