Skip to content

Commit

Permalink
internal/jsre/deps: fix typo in jsdoc (#28511)
Browse files Browse the repository at this point in the history
minor typo fix
  • Loading branch information
aliening authored Nov 15, 2023
1 parent b9504e4 commit fcc7ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jsre/deps/web3.js
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ var formatOutputInt = function (param) {
*
* @method formatOutputUInt
* @param {SolidityParam}
* @returns {BigNumeber} right-aligned output bytes formatted to uint
* @returns {BigNumber} right-aligned output bytes formatted to uint
*/
var formatOutputUInt = function (param) {
var value = param.staticPart() || "0";
Expand Down

0 comments on commit fcc7ae1

Please sign in to comment.