fix spelling

pull/3094/head
Gilad Penn 7 years ago committed by GitHub
parent c50f24c49a
commit 9108fabdb2
  1. 4
      remix-lib/src/execution/txExecution.js

@ -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 = {
* @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) {

Loading…
Cancel
Save