@@ -518,7 +518,7 @@ var f = require('./formatters');
518
518
var SolidityType = require ( './type' ) ;
519
519
520
520
/**
521
- * SolidityTypeAddress is a prototype that represents address type
521
+ * SolidityTypeAddress is a prootype that represents address type
522
522
* It matches:
523
523
* address
524
524
* address[]
@@ -546,7 +546,7 @@ var f = require('./formatters');
546
546
var SolidityType = require ( './type' ) ;
547
547
548
548
/**
549
- * SolidityTypeBool is a prototype that represents bool type
549
+ * SolidityTypeBool is a prootype that represents bool type
550
550
* It matches:
551
551
* bool
552
552
* bool[]
@@ -1146,7 +1146,7 @@ var f = require('./formatters');
1146
1146
var SolidityType = require ( './type' ) ;
1147
1147
1148
1148
/**
1149
- * SolidityTypeInt is a prototype that represents int type
1149
+ * SolidityTypeInt is a prootype that represents int type
1150
1150
* It matches:
1151
1151
* int
1152
1152
* int[]
@@ -1334,7 +1334,7 @@ var f = require('./formatters');
1334
1334
var SolidityType = require ( './type' ) ;
1335
1335
1336
1336
/**
1337
- * SolidityTypeReal is a prototype that represents real type
1337
+ * SolidityTypeReal is a prootype that represents real type
1338
1338
* It matches:
1339
1339
* real
1340
1340
* real[]
@@ -1647,7 +1647,7 @@ var f = require('./formatters');
1647
1647
var SolidityType = require ( './type' ) ;
1648
1648
1649
1649
/**
1650
- * SolidityTypeUInt is a prototype that represents uint type
1650
+ * SolidityTypeUInt is a prootype that represents uint type
1651
1651
* It matches:
1652
1652
* uint
1653
1653
* uint[]
@@ -1681,7 +1681,7 @@ var f = require('./formatters');
1681
1681
var SolidityType = require ( './type' ) ;
1682
1682
1683
1683
/**
1684
- * SolidityTypeUReal is a prototype that represents ureal type
1684
+ * SolidityTypeUReal is a prootype that represents ureal type
1685
1685
* It matches:
1686
1686
* ureal
1687
1687
* ureal[]
@@ -2307,7 +2307,7 @@ var toChecksumAddress = function (address) {
2307
2307
} ;
2308
2308
2309
2309
/**
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
2311
2311
*
2312
2312
* @method toAddress
2313
2313
* @param {String } address
0 commit comments