From 3357a0ed1a05e1fb9de2eaa4b8d06492f0c02c17 Mon Sep 17 00:00:00 2001 From: Felix Leupold Date: Thu, 13 Feb 2020 20:01:50 +0100 Subject: [PATCH] unify comment --- contracts/BatchExchangeViewer.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/BatchExchangeViewer.sol b/contracts/BatchExchangeViewer.sol index 8ba65a39a..042d75d0d 100644 --- a/contracts/BatchExchangeViewer.sol +++ b/contracts/BatchExchangeViewer.sol @@ -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();