Merge pull request #13134 from Saw-mon-and-Natalie/sw0nt-fix-typo

removed a duplicate word from a comment.
This commit is contained in:
Daniel Kirchner 2022-06-14 11:55:12 +02:00 committed by GitHub
commit c8a6bd6b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
{