mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo
This commit is contained in:
parent
0a1a8bfb09
commit
a217cd05c9
@ -774,7 +774,7 @@ The use in the JavaScript API would be as follows:
|
||||
// watch for changes
|
||||
event.watch(function(error, result){
|
||||
// result will contain various information
|
||||
// including the argumets given to the `Deposit`
|
||||
// including the arguments given to the `Deposit`
|
||||
// call.
|
||||
if (!error)
|
||||
console.log(result);
|
||||
|
Loading…
Reference in New Issue
Block a user