Fix linting.

This commit is contained in:
Tomasz Drwięga 2017-06-14 11:45:44 +02:00
parent 47e1e18e7e
commit f7fb1bfa1d
No known key found for this signature in database
GPG Key ID: D066F497E62CAF66
2 changed files with 3 additions and 3 deletions

View File

@ -2032,7 +2032,7 @@ connection, disconnecting causes all subscriptions to be canceled.
{
type: Array,
desc: 'Parameters passed to RPC method. (Optional, defaults to no parameters)',
example: ["0xcd2a3d9f938e13cd947ec05abc7fe734df8dd826", "latest"]
example: ['0xcd2a3d9f938e13cd947ec05abc7fe734df8dd826', 'latest']
}
],
returns: {

View File

@ -226,8 +226,8 @@ connection, disconnecting causes all subscriptions to be canceled.
}],
returns: {
type: Boolean,
desc: 'whether the call was successful',
example: true
desc: 'whether the call was successful',
example: true
}
}
};