From 24e2ee831d0958dc3ad65e30fd30223051440c33 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 30 Jun 2017 14:21:28 -0700 Subject: Fix comment --- src/contract_wrappers/proxy_wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/contract_wrappers/proxy_wrapper.ts b/src/contract_wrappers/proxy_wrapper.ts index d3180df37..14c871d98 100644 --- a/src/contract_wrappers/proxy_wrapper.ts +++ b/src/contract_wrappers/proxy_wrapper.ts @@ -15,7 +15,7 @@ export class ProxyWrapper extends ContractWrapper { /** * Check if the Exchange contract address is authorized within the Proxy contract. * @param exchangeContractAddress The hex encoded address of the Exchange contract to use. - * @return If the exchangeContractAddress is authorized. + * @return Whether the exchangeContractAddress is authorized. */ public async isAuthorizedAsync(exchangeContractAddress: string): Promise { const proxyContractInstance = await this._getTokenRegistryContractAsync(); -- cgit v1.2.3