Commit 0bd22e78 by Jesús Flores Committed by GitHub

Fix docblock syntax

parent f0733526
...@@ -66,7 +66,7 @@ contract StandardToken is ERC20, BasicToken { ...@@ -66,7 +66,7 @@ contract StandardToken is ERC20, BasicToken {
return allowed[_owner][_spender]; return allowed[_owner][_spender];
} }
/* /**
* approve should be called when allowed[_spender] == 0. To increment * 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 * allowed value is better to use this function to avoid 2 calls (and wait until
* the first transaction is mined) * the first transaction is mined)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment