Skip to content

Commit a265d99

Browse files
removed a duplicate word from a comment.
1 parent 82e5339 commit a265d99

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)