From b7705f0871462671972846b354b1d8d328eb260e Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 3 Jul 2017 11:42:58 -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 14c871d98..945e1576c 100644 --- a/src/contract_wrappers/proxy_wrapper.ts +++ b/src/contract_wrappers/proxy_wrapper.ts @@ -13,7 +13,7 @@ export class ProxyWrapper extends ContractWrapper { delete this._proxyContractIfExists; } /** - * Check if the Exchange contract address is authorized within the Proxy contract. + * Check if the Exchange contract address is authorized by the Proxy contract. * @param exchangeContractAddress The hex encoded address of the Exchange contract to use. * @return Whether the exchangeContractAddress is authorized. */ -- cgit v1.2.3