diff options
Diffstat (limited to 'src')
-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 da4f55320..b941f742e 100644 --- a/src/contract_wrappers/proxy_wrapper.ts +++ b/src/contract_wrappers/proxy_wrapper.ts @@ -5,7 +5,7 @@ import * as ProxyArtifacts from '../artifacts/Proxy.json'; import {ProxyContract} from '../types'; /** - * This class includes the functionality related to interacting with Proxy contract. + * This class includes the functionality related to interacting with the Proxy contract. */ export class ProxyWrapper extends ContractWrapper { private _proxyContractIfExists?: ProxyContract; |