diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-07-04 02:58:58 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-07-04 02:58:58 +0800 |
commit | 287e9c7c854729cd4945d8e4a286f103466822fa (patch) | |
tree | 800605772dae44bf1c761978f857623b0cd08251 /src | |
parent | f09a0fca75425f30cd10e5b5ab3296a7272ae1be (diff) | |
download | dexon-sol-tools-287e9c7c854729cd4945d8e4a286f103466822fa.tar dexon-sol-tools-287e9c7c854729cd4945d8e4a286f103466822fa.tar.gz dexon-sol-tools-287e9c7c854729cd4945d8e4a286f103466822fa.tar.bz2 dexon-sol-tools-287e9c7c854729cd4945d8e4a286f103466822fa.tar.lz dexon-sol-tools-287e9c7c854729cd4945d8e4a286f103466822fa.tar.xz dexon-sol-tools-287e9c7c854729cd4945d8e4a286f103466822fa.tar.zst dexon-sol-tools-287e9c7c854729cd4945d8e4a286f103466822fa.zip |
Fix the comment
Diffstat (limited to 'src')
-rw-r--r-- | src/contract_wrappers/exchange_wrapper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contract_wrappers/exchange_wrapper.ts b/src/contract_wrappers/exchange_wrapper.ts index 3bbe4dab9..9f26c2b5d 100644 --- a/src/contract_wrappers/exchange_wrapper.ts +++ b/src/contract_wrappers/exchange_wrapper.ts @@ -605,7 +605,7 @@ export class ExchangeWrapper extends ContractWrapper { /** * Returns the ethereum addresses of all available exchange contracts * on the network that the provided web3 instance is connected to - * @return The ethereum addresses of all available exchange contract. + * @return The ethereum addresses of all available exchange contracts. */ public async getAvailableContractAddressesAsync(): Promise<string[]> { const networkId = await this._web3Wrapper.getNetworkIdIfExistsAsync(); |