aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/types.ts4
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;