Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 06f22ae

Browse files
committed
finished iban documentation
1 parent 3fbb723 commit 06f22ae

File tree

6 files changed

+396
-68
lines changed

6 files changed

+396
-68
lines changed

docs/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ json interface
1313

1414
The json interface is a json object describing the `Application Binary Interface (ABI) <https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI>`_ for an Ethereum smart contract.
1515

16-
Using this json interface web3.js is able to create JavaScript object representing the smart contract and its methods and events using the :ref:`web3.eth.contract object <eth-contract>`.
16+
Using this json interface web3.js is able to create JavaScript object representing the smart contract and its methods and events using the :ref:`web3.eth.Contract object <eth-contract>`.
1717

1818
-------
1919
Specification

0 commit comments

Comments
 (0)