aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/0x.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/0x.ts b/src/0x.ts
index b75486902..3a06c7b5a 100644
--- a/src/0x.ts
+++ b/src/0x.ts
@@ -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;
/**