Skip to content

Commit c0f1c98

Browse files
alieningDergarcon
authored andcommitted
internal/jsre/deps: fix typo in jsdoc (ethereum#28511)
minor typo fix
1 parent 6001848 commit c0f1c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/jsre/deps/web3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ var formatOutputInt = function (param) {
10331033
*
10341034
* @method formatOutputUInt
10351035
* @param {SolidityParam}
1036-
* @returns {BigNumeber} right-aligned output bytes formatted to uint
1036+
* @returns {BigNumber} right-aligned output bytes formatted to uint
10371037
*/
10381038
var formatOutputUInt = function (param) {
10391039
var value = param.staticPart() || "0";

0 commit comments

Comments
 (0)