Skip to content

Commit

Permalink
Update BatchExchange.sol (#537)
Browse files Browse the repository at this point in the history
Fix typo in doc-string
  • Loading branch information
Rafanator authored Feb 12, 2020
1 parent d02797e commit ba0626d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/BatchExchange.sol
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ contract BatchExchange is EpochTokenLocker {
* @param buyTokens ids of tokens to be bought
* @param sellTokens ids of tokens to be sold
* @param validFroms batchIds representing order's validity start time
* @param validUntils batchIds represnnting order's expiry
* @param validUntils batchIds representing order's expiry
* @param buyAmounts relative minimum amount of requested buy amounts
* @param sellAmounts maximum amounts of sell token to be exchanged
* @return `orderIds` an array of indices in which `msg.sender`'s orders are included
Expand Down

0 comments on commit ba0626d

Please sign in to comment.