From 9008dfdcb1c42fabaf0ba713917c413386089891 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 29 May 2017 16:10:20 +0200 Subject: improve comment --- src/0x.js.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/0x.js.ts b/src/0x.js.ts index eff371c3b..aed7513a8 100644 --- a/src/0x.js.ts +++ b/src/0x.js.ts @@ -134,7 +134,7 @@ export class ZeroEx { this.exchange = new ExchangeWrapper(this.web3Wrapper); } /** - * Signs an orderHash and returns it's ECSignature + * Signs an orderHash and returns it's elliptic curve signature * This method currently supports TestRPC, Geth and Parity above and below V1.6.6 */ public async signOrderHashAsync(orderHashHex: string): Promise { -- cgit