From 0bd22e78d34574841e73dcfc740a06af41d4ee5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Flores?= Date: Fri, 1 Sep 2017 14:03:31 +0100 Subject: [PATCH] Fix docblock syntax --- contracts/token/StandardToken.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/StandardToken.sol b/contracts/token/StandardToken.sol index 74b16a65a..f5cf58fc2 100644 --- a/contracts/token/StandardToken.sol +++ b/contracts/token/StandardToken.sol @@ -66,7 +66,7 @@ contract StandardToken is ERC20, BasicToken { return allowed[_owner][_spender]; } - /* + /** * approve should be called when allowed[_spender] == 0. To increment * allowed value is better to use this function to avoid 2 calls (and wait until * the first transaction is mined)