aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/0x.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-23 04:13:25 +0800
committerFabio Berger <me@fabioberger.com>2018-03-23 04:13:25 +0800
commit05daab5deaf77949b305f66efbe7c4dbf49003d9 (patch)
treefda99e03366b0d5c34fd0ee60785f6c6059c1ed7 /packages/0x.js/src/0x.ts
parent170e5589f95e33298212ec708ee538a711dcd133 (diff)
downloaddexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.gz
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.bz2
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.lz
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.xz
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.zst
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.zip
Fix typos
Diffstat (limited to 'packages/0x.js/src/0x.ts')
-rw-r--r--packages/0x.js/src/0x.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/src/0x.ts b/packages/0x.js/src/0x.ts
index 3f323546c..0dd728ff1 100644
--- a/packages/0x.js/src/0x.ts
+++ b/packages/0x.js/src/0x.ts
@@ -83,7 +83,7 @@ export class ZeroEx {
}
/**
* Generates a pseudo-random 256-bit salt.
- * The salt can be included in an 0x order, ensuring that the order generates a unique orderHash
+ * The salt can be included in a 0x order, ensuring that the order generates a unique orderHash
* and will not collide with other outstanding orders that are identical in all other parameters.
* @return A pseudo-random 256-bit number that can be used as a salt.
*/