mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
common,internal:typo/misspelling fixes.
This commit is contained in:
parent
806e3cd075
commit
6b8b198284
2 changed files with 7 additions and 7 deletions
|
|
@ -787,7 +787,7 @@ var findIndex = function (array, callback) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Should be called to get sting from it's hex representation
|
* Should be called to get sting from its hex representation
|
||||||
*
|
*
|
||||||
* @method toAscii
|
* @method toAscii
|
||||||
* @param {String} string in hex
|
* @param {String} string in hex
|
||||||
|
|
@ -876,7 +876,7 @@ var toDecimal = function (value) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts value to it's hex representation
|
* Converts value to its hex representation
|
||||||
*
|
*
|
||||||
* @method fromDecimal
|
* @method fromDecimal
|
||||||
* @param {String|Number|BigNumber}
|
* @param {String|Number|BigNumber}
|
||||||
|
|
@ -890,7 +890,7 @@ var fromDecimal = function (value) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Auto converts any given value into it's hex representation.
|
* Auto converts any given value into its hex representation.
|
||||||
*
|
*
|
||||||
* And even stringifys objects before.
|
* And even stringifys objects before.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1987,7 +1987,7 @@ var padRight = function (string, chars, sign) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Should be called to get utf8 from it's hex representation
|
* Should be called to get utf8 from its hex representation
|
||||||
*
|
*
|
||||||
* @method toUtf8
|
* @method toUtf8
|
||||||
* @param {String} string in hex
|
* @param {String} string in hex
|
||||||
|
|
@ -2011,7 +2011,7 @@ var toUtf8 = function(hex) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Should be called to get ascii from it's hex representation
|
* Should be called to get ascii from its hex representation
|
||||||
*
|
*
|
||||||
* @method toAscii
|
* @method toAscii
|
||||||
* @param {String} string in hex
|
* @param {String} string in hex
|
||||||
|
|
@ -2120,7 +2120,7 @@ var toDecimal = function (value) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts value to it's hex representation
|
* Converts value to its hex representation
|
||||||
*
|
*
|
||||||
* @method fromDecimal
|
* @method fromDecimal
|
||||||
* @param {String|Number|BigNumber}
|
* @param {String|Number|BigNumber}
|
||||||
|
|
@ -2134,7 +2134,7 @@ var fromDecimal = function (value) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Auto converts any given value into it's hex representation.
|
* Auto converts any given value into its hex representation.
|
||||||
*
|
*
|
||||||
* And even stringifys objects before.
|
* And even stringifys objects before.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue