diff options
author | Fabio Berger <me@fabioberger.com> | 2017-09-26 17:38:37 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-09-26 17:38:37 +0800 |
commit | 5e6c4e0ec37e7fb6b4214f331761690943552fd3 (patch) | |
tree | e9010ff4237420f168879fd749e8ff11b12f30f8 /src | |
parent | 5e92ca039c593028694a1453b39e55c127e96ba5 (diff) | |
download | dexon-sol-tools-5e6c4e0ec37e7fb6b4214f331761690943552fd3.tar dexon-sol-tools-5e6c4e0ec37e7fb6b4214f331761690943552fd3.tar.gz dexon-sol-tools-5e6c4e0ec37e7fb6b4214f331761690943552fd3.tar.bz2 dexon-sol-tools-5e6c4e0ec37e7fb6b4214f331761690943552fd3.tar.lz dexon-sol-tools-5e6c4e0ec37e7fb6b4214f331761690943552fd3.tar.xz dexon-sol-tools-5e6c4e0ec37e7fb6b4214f331761690943552fd3.tar.zst dexon-sol-tools-5e6c4e0ec37e7fb6b4214f331761690943552fd3.zip |
improve comment
Diffstat (limited to 'src')
-rw-r--r-- | src/types.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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; |