removed a duplicate word from a comment.

This commit is contained in:
Saw-mon-and-Natalie
2022-06-13 17:38:43 -07:00
parent 82e5339d23
commit a265d9968a
+1 -1
View File
@@ -36,7 +36,7 @@ namespace solidity::frontend
/**
* Code generator at the contract level. Can be used to generate code for exactly one contract
* either either in "runtime mode" or "creation mode".
* either in "runtime mode" or "creation mode".
*/
class ContractCompiler: private ASTConstVisitor
{