Skip to content

Commit

Permalink
fix example comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirotw committed Aug 28, 2022
1 parent 5928f5d commit e68b3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/post-order-example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const order = {
sellToken,
buyToken,

partiallyFillable: false, // (true would be for a "Fill or Kill" order, "false" for allowing "Partial execution" which is not supported yet)
partiallyFillable: false, // ("false" would be for a "Fill or Kill" order, "true" for allowing "Partial execution" which is not supported yet)

// Deadline
validTo,
Expand Down

0 comments on commit e68b3fe

Please sign in to comment.