Fix the comment

This commit is contained in:
Leonid Logvinov
2017-07-03 11:58:58 -07:00
parent f09a0fca75
commit 287e9c7c85

View File

@@ -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();