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
No known key found for this signature in database
GPG Key ID: DF4046081CCFBA15

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
{