internal/jsre/deps: fix typo in jsdoc (#28511)

minor typo fix
This commit is contained in:
aliening 2023-11-15 20:55:56 +08:00 committed by GitHub
parent b9504e4966
commit fcc7ae162d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";