Skip to content

Commit 0d00988

Browse files
authored
Revert "internal/jsre/deps: fix typos in web3.js (ethereum#27500)"
This reverts commit 082ff53.
1 parent f6aab03 commit 0d00988

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

internal/jsre/deps/web3.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ var f = require('./formatters');
518518
var SolidityType = require('./type');
519519

520520
/**
521-
* SolidityTypeAddress is a prototype that represents address type
521+
* SolidityTypeAddress is a prootype that represents address type
522522
* It matches:
523523
* address
524524
* address[]
@@ -546,7 +546,7 @@ var f = require('./formatters');
546546
var SolidityType = require('./type');
547547

548548
/**
549-
* SolidityTypeBool is a prototype that represents bool type
549+
* SolidityTypeBool is a prootype that represents bool type
550550
* It matches:
551551
* bool
552552
* bool[]
@@ -1146,7 +1146,7 @@ var f = require('./formatters');
11461146
var SolidityType = require('./type');
11471147

11481148
/**
1149-
* SolidityTypeInt is a prototype that represents int type
1149+
* SolidityTypeInt is a prootype that represents int type
11501150
* It matches:
11511151
* int
11521152
* int[]
@@ -1334,7 +1334,7 @@ var f = require('./formatters');
13341334
var SolidityType = require('./type');
13351335

13361336
/**
1337-
* SolidityTypeReal is a prototype that represents real type
1337+
* SolidityTypeReal is a prootype that represents real type
13381338
* It matches:
13391339
* real
13401340
* real[]
@@ -1647,7 +1647,7 @@ var f = require('./formatters');
16471647
var SolidityType = require('./type');
16481648

16491649
/**
1650-
* SolidityTypeUInt is a prototype that represents uint type
1650+
* SolidityTypeUInt is a prootype that represents uint type
16511651
* It matches:
16521652
* uint
16531653
* uint[]
@@ -1681,7 +1681,7 @@ var f = require('./formatters');
16811681
var SolidityType = require('./type');
16821682

16831683
/**
1684-
* SolidityTypeUReal is a prototype that represents ureal type
1684+
* SolidityTypeUReal is a prootype that represents ureal type
16851685
* It matches:
16861686
* ureal
16871687
* ureal[]
@@ -2307,7 +2307,7 @@ var toChecksumAddress = function (address) {
23072307
};
23082308

23092309
/**
2310-
* Transforms given string to valid 20 bytes-length address with 0x prefix
2310+
* Transforms given string to valid 20 bytes-length addres with 0x prefix
23112311
*
23122312
* @method toAddress
23132313
* @param {String} address

0 commit comments

Comments
 (0)