diff options
-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(); |