Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed Feb 27, 2018
1 parent 2d06312 commit 755760f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function meterCodeEntry (entry, costTable, meterFuncIndex, meterType, cost = 0)
* @param {Object} [opts.costTable=defaultTable] the cost table to meter with. See these notes about the default.
* @param {String} [opts.moduleStr='metering'] the import string for the metering function
* @param {String} [opts.fieldStr='usegas'] the field string for the metering function
* @param {String} [opts.meterType='i64'] the regerster type that is used to meter. Can be `i64`, `i32`, `f64`, `f32`
* @param {String} [opts.meterType='i64'] the register type that is used to meter. Can be `i64`, `i32`, `f64`, `f32`
* @return {Object} the metered json
*/
exports.meterJSON = (json, opts) => {
Expand Down Expand Up @@ -231,7 +231,7 @@ exports.meterJSON = (json, opts) => {
* @param {Object} [opts.costTable=defaultTable] the cost table to meter with. See these notes about the default.
* @param {String} [opts.moduleStr='metering'] the import string for the metering function
* @param {String} [opts.fieldStr='usegas'] the field string for the metering function
* @param {String} [opts.meterType='i64'] the regerster type that is used to meter. Can be `i64`, `i32`, `f64`, `f32`
* @param {String} [opts.meterType='i64'] the register type that is used to meter. Can be `i64`, `i32`, `f64`, `f32`
* @return {Buffer}
*/
exports.meterWASM = (wasm, opts = {}) => {
Expand Down

0 comments on commit 755760f

Please sign in to comment.