Skip to content

Commit aa4ec3e

Browse files
Merge pull request #16032 from lechpzn/develop
fix: typo in `Types.cpp `
2 parents d6a396e + cc78330 commit aa4ec3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsolidity/ast/Types.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ BoolResult ArrayType::isImplicitlyConvertibleTo(Type const& _convertTo) const
16481648
}
16491649
else
16501650
{
1651-
// Conversion to storage pointer or to memory, we de not copy element-for-element here, so
1651+
// Conversion to storage pointer or to memory, we do not copy element-for-element here, so
16521652
// require that the base type is the same, not only convertible.
16531653
// This disallows assignment of nested dynamic arrays from storage to memory for now.
16541654
if (

0 commit comments

Comments
 (0)