Fix typo to make CI happy

This commit is contained in:
Mathias Baumann 2019-06-17 13:14:00 +02:00
parent 452a1d6aff
commit ee937ea7b3

View File

@ -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) {