We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6001848 commit c0f1c98Copy full SHA for c0f1c98
internal/jsre/deps/web3.js
@@ -1033,7 +1033,7 @@ var formatOutputInt = function (param) {
1033
*
1034
* @method formatOutputUInt
1035
* @param {SolidityParam}
1036
- * @returns {BigNumeber} right-aligned output bytes formatted to uint
+ * @returns {BigNumber} right-aligned output bytes formatted to uint
1037
*/
1038
var formatOutputUInt = function (param) {
1039
var value = param.staticPart() || "0";
0 commit comments