Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 4723fe4

Browse files
authored
Fix typo in utils/index.js
signficant -> significant
1 parent d30ce8f commit 4723fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contract/lib/utils/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const Utils = {
221221
* `bignumber.js`.
222222
* @param {BigNumber} bignum an ethers.js BigNumber (use bigNumberify)
223223
* @param {Number} decimal a number which has 0+ decimal places
224-
* @param {Number} [maxPrecision=5] the max number of signficant figures
224+
* @param {Number} [maxPrecision=5] the max number of significant figures
225225
* `decimal` can have. (default: 5)
226226
* @return {BigNumber} floor(bignum * decimal)
227227
*/

0 commit comments

Comments
 (0)