From 9fd455a4b65621e84e22ef39faf681a190f30079 Mon Sep 17 00:00:00 2001 From: Danil Nemirovsky Date: Thu, 23 Feb 2017 02:55:28 +0300 Subject: [PATCH] - replaced apostrophe with a more traditional one. --- contracts/MiniMeToken.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/MiniMeToken.sol b/contracts/MiniMeToken.sol index 7782f13..708171b 100644 --- a/contracts/MiniMeToken.sol +++ b/contracts/MiniMeToken.sol @@ -250,7 +250,7 @@ contract MiniMeToken is Controlled { function approve(address _spender, uint256 _amount) returns (bool success) { if (!transfersEnabled) throw; - // To change the approve amount you first have to reduce the addresses + // To change the approve amount you first have to reduce the addresses` // allowance to zero by calling `approve(_spender,0)` if it is not // already 0 to mitigate the race condition described here: // https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729