From 5e6c4e0ec37e7fb6b4214f331761690943552fd3 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 26 Sep 2017 11:38:37 +0200 Subject: improve comment --- src/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/types.ts') diff --git a/src/types.ts b/src/types.ts index 92d1e51f6..2d069f596 100644 --- a/src/types.ts +++ b/src/types.ts @@ -435,9 +435,9 @@ export interface Artifact { /* * expectedFillTakerTokenAmount: If specified, the validation method will ensure that the - * supplied order's maker has a sufficient allowance/balance to fill this amount of the order's + * supplied order maker has a sufficient allowance/balance to fill this amount of the order's * takerTokenAmount. If not specified, the validation method ensures that the maker has a sufficient - * allowance/balance to fill the entire remaining order. + * allowance/balance to fill the entire remaining order amount. */ export interface ValidateOrderFillableOpts { expectedFillTakerTokenAmount?: BigNumber.BigNumber; -- cgit v1.2.3