Unverified Commit 850e3aa4 authored by Gilad Penn's avatar Gilad Penn Committed by GitHub

fix spelling

parent c7be6578
...@@ -5,7 +5,7 @@ module.exports = { ...@@ -5,7 +5,7 @@ module.exports = {
* deploy the given contract * deploy the given contract
* *
* @param {String} data - data to send with the transaction ( return of txFormat.buildData(...) ). * @param {String} data - data to send with the transaction ( return of txFormat.buildData(...) ).
* @param {Object} udap - udapp. * @param {Object} udapp - udapp.
* @param {Function} callback - callback. * @param {Function} callback - callback.
*/ */
createContract: function (data, udapp, callback) { createContract: function (data, udapp, callback) {
...@@ -21,7 +21,7 @@ module.exports = { ...@@ -21,7 +21,7 @@ module.exports = {
* @param {String} to - address of the contract to call. * @param {String} to - address of the contract to call.
* @param {String} data - data to send with the transaction ( return of txFormat.buildData(...) ). * @param {String} data - data to send with the transaction ( return of txFormat.buildData(...) ).
* @param {Object} funAbi - abi definition of the function to call. * @param {Object} funAbi - abi definition of the function to call.
* @param {Object} udap - udapp. * @param {Object} udapp - udapp.
* @param {Function} callback - callback. * @param {Function} callback - callback.
*/ */
callFunction: function (to, data, funAbi, udapp, callback) { callFunction: function (to, data, funAbi, udapp, callback) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment