Skip to content

Commit 0bb4853

Browse files
authored
Merge pull request #301 from 0mkara/patch-1
paramateractivates typo
2 parents eace963 + 1bc9419 commit 0bb4853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ It can also be included and used in other projects:
3838
```javascript
3939
var solc = require('solc')
4040
var input = 'contract x { function g() {} }'
41-
// Setting 1 as second paramateractivates the optimiser
41+
// Setting 1 as second paramater activates the optimiser
4242
var output = solc.compile(input, 1)
4343
for (var contractName in output.contracts) {
4444
// code and ABI that are needed by web3

0 commit comments

Comments
 (0)