We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6a396e + cc78330 commit aa4ec3eCopy full SHA for aa4ec3e
libsolidity/ast/Types.cpp
@@ -1648,7 +1648,7 @@ BoolResult ArrayType::isImplicitlyConvertibleTo(Type const& _convertTo) const
1648
}
1649
else
1650
{
1651
- // Conversion to storage pointer or to memory, we de not copy element-for-element here, so
+ // Conversion to storage pointer or to memory, we do not copy element-for-element here, so
1652
// require that the base type is the same, not only convertible.
1653
// This disallows assignment of nested dynamic arrays from storage to memory for now.
1654
if (
0 commit comments