mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13134 from Saw-mon-and-Natalie/sw0nt-fix-typo
removed a duplicate word from a comment.
This commit is contained in:
commit
c8a6bd6b7e
@ -36,7 +36,7 @@ namespace solidity::frontend
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Code generator at the contract level. Can be used to generate code for exactly one contract
|
* 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
|
class ContractCompiler: private ASTConstVisitor
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user