mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5041 from liangdzou/fix_typo_in_doc
fix typo in docs and comments
This commit is contained in:
@@ -666,7 +666,7 @@ TypePointer IntegerType::binaryOperatorResult(Token::Value _operator, TypePointe
|
||||
return TypePointer();
|
||||
}
|
||||
|
||||
auto commonType = Type::commonType(shared_from_this(), _other); //might be a integer or fixed point
|
||||
auto commonType = Type::commonType(shared_from_this(), _other); //might be an integer or fixed point
|
||||
if (!commonType)
|
||||
return TypePointer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user