mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
common: spelling correction
This commit is contained in:
parent
6b8b198284
commit
7f78b26831
2 changed files with 2 additions and 2 deletions
|
|
@ -865,7 +865,7 @@ var extractTypeName = function (name) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts value to it's decimal representation in string
|
* Converts value to its decimal representation in string
|
||||||
*
|
*
|
||||||
* @method toDecimal
|
* @method toDecimal
|
||||||
* @param {String|Number|BigNumber}
|
* @param {String|Number|BigNumber}
|
||||||
|
|
|
||||||
|
|
@ -2109,7 +2109,7 @@ var extractTypeName = function (name) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts value to it's decimal representation in string
|
* Converts value to its decimal representation in string
|
||||||
*
|
*
|
||||||
* @method toDecimal
|
* @method toDecimal
|
||||||
* @param {String|Number|BigNumber}
|
* @param {String|Number|BigNumber}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue