We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eace963 + 1bc9419 commit 0bb4853Copy full SHA for 0bb4853
README.md
@@ -38,7 +38,7 @@ It can also be included and used in other projects:
38
```javascript
39
var solc = require('solc')
40
var input = 'contract x { function g() {} }'
41
-// Setting 1 as second paramateractivates the optimiser
+// Setting 1 as second paramater activates the optimiser
42
var output = solc.compile(input, 1)
43
for (var contractName in output.contracts) {
44
// code and ABI that are needed by web3
0 commit comments