Skip to content

Commit c8a6bd6

Browse files
authored
Merge pull request #13134 from Saw-mon-and-Natalie/sw0nt-fix-typo
removed a duplicate word from a comment.
2 parents 82e5339 + a265d99 commit c8a6bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsolidity/codegen/ContractCompiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace solidity::frontend
3636

3737
/**
3838
* Code generator at the contract level. Can be used to generate code for exactly one contract
39-
* either either in "runtime mode" or "creation mode".
39+
* either in "runtime mode" or "creation mode".
4040
*/
4141
class ContractCompiler: private ASTConstVisitor
4242
{

0 commit comments

Comments
 (0)