Merge pull request #4217 from kronosapiens/patch-3

Fix typo
This commit is contained in:
Alex Beregszaszi 2018-06-04 00:36:41 +01:00 committed by GitHub
commit ef8fb63b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);