diff options
-rw-r--r-- | src/contract_wrappers/proxy_wrapper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<boolean> { const proxyContractInstance = await this._getTokenRegistryContractAsync(); |