docs: fix typos

This commit is contained in:
Pierre Grimaud
2022-12-25 22:39:50 +01:00
parent 71ce291cb9
commit b314e1b37d
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -944,7 +944,7 @@ string TypeVisitor::visit(StructType const& _type)
structDefinition(_type);
// Set last dyn param if struct contains a dyn param e.g., bytes, array etc.
m_isLastDynParamRightPadded = DynParamVisitor().visit(_type);
// If top-level struct is a non-emtpy struct, assign the name S<suffix>
// If top-level struct is a non-empty struct, assign the name S<suffix>
m_baseType = s_structTypeName + to_string(m_structStartCounter);
}
else