Skip to content

Commit a0fb463

Browse files
committed
admin: updated dist files
1 parent 131e4b8 commit a0fb463

File tree

9 files changed

+39
-29
lines changed

9 files changed

+39
-29
lines changed

lib.commonjs/providers/formatting.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface BlockParams {
4040
nonce: string;
4141
/**
4242
* For proof-of-work networks, the difficulty target is used to
43-
* adjust the difficulty in mining to ensure a expected block rate.
43+
* adjust the difficulty in mining to ensure an expected block rate.
4444
*/
4545
difficulty: bigint;
4646
/**

lib.commonjs/utils/fixednumber.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export type FixedFormat = number | string | {
5050
* If operations are performed that cause a value to become too small
5151
* (close to zero), the value loses precison and is said to //underflow//.
5252
*
53-
* For example, an value with 1 decimal place may store a number as small
53+
* For example, a value with 1 decimal place may store a number as small
5454
* as ``0.1``, but the value of ``0.1 / 2`` is ``0.05``, which cannot fit
5555
* into 1 decimal place, so underflow occurs which means precision is lost
5656
* and the value becomes ``0``.

lib.commonjs/utils/fixednumber.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib.esm/_admin/test-browser.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

lib.esm/_admin/test-browser.js

+31-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib.esm/_admin/test-browser.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib.esm/providers/formatting.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface BlockParams {
4040
nonce: string;
4141
/**
4242
* For proof-of-work networks, the difficulty target is used to
43-
* adjust the difficulty in mining to ensure a expected block rate.
43+
* adjust the difficulty in mining to ensure an expected block rate.
4444
*/
4545
difficulty: bigint;
4646
/**

lib.esm/utils/fixednumber.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export type FixedFormat = number | string | {
5050
* If operations are performed that cause a value to become too small
5151
* (close to zero), the value loses precison and is said to //underflow//.
5252
*
53-
* For example, an value with 1 decimal place may store a number as small
53+
* For example, a value with 1 decimal place may store a number as small
5454
* as ``0.1``, but the value of ``0.1 / 2`` is ``0.05``, which cannot fit
5555
* into 1 decimal place, so underflow occurs which means precision is lost
5656
* and the value becomes ``0``.

lib.esm/utils/fixednumber.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)