Skip to content

Commit

Permalink
unify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold committed Feb 13, 2020
1 parent 945789f commit 3357a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/BatchExchangeViewer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ contract BatchExchangeViewer {
uint256 withdrawableBalance; // Amount that can be withdrawn in the requested auction
}

/** @dev Returns the user's token balances for the auction that is currently being settled
/** @dev Returns the user's token balances for the auction that is currently being solved
*/
function getBalances(address user) public view returns (Balance[] memory) {
uint32 currentBatch = batchExchange.getCurrentBatchId();
Expand Down

0 comments on commit 3357a0e

Please sign in to comment.