From 287e9c7c854729cd4945d8e4a286f103466822fa Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 3 Jul 2017 11:58:58 -0700 Subject: Fix the comment --- src/contract_wrappers/exchange_wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { const networkId = await this._web3Wrapper.getNetworkIdIfExistsAsync(); -- cgit v1.2.3