diff options
-rw-r--r-- | src/0x.ts | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,7 +38,8 @@ export class ZeroEx { */ public exchange: ExchangeWrapper; /** - * An instance of the TokenRegistryWrapper class containing methods for interacting with the 0x TokenRegistry smart contract. + * An instance of the TokenRegistryWrapper class containing methods for interacting with the 0x + * TokenRegistry smart contract. */ public tokenRegistry: TokenRegistryWrapper; /** |