Remove redundant @dev tags (#995)
* Remove redundant @dev tags * Remove redundant @notice tags
This commit is contained in:
@ -9,7 +9,7 @@ library AddressUtils {
|
||||
/**
|
||||
* Returns whether the target address is a contract
|
||||
* @dev This function will return false if invoked during the constructor of a contract,
|
||||
* as the code is not actually created until after the constructor finishes.
|
||||
* as the code is not actually created until after the constructor finishes.
|
||||
* @param addr address to check
|
||||
* @return whether the target address is a contract
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user