Skip to content

Commit 520daf5

Browse files
author
Docs Syncer
committed
CI: 2f959c6
1 parent 25cf5b2 commit 520daf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/contracts/libs/bn/U512.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
library U512
99
```
1010

11-
Low-level library that implements unsigned 512-bit arithmetics.
11+
Low-level library that implements unsigned 512-bit arithmetic.
1212

1313
| Statistic | Avg |
1414
| ----------- | ------------ |

docs/reference/contracts/libs/utils/DecimalsConverter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ library DecimalsConverter
1111
This library is used to convert numbers that use token's N decimals to M decimals.
1212
Comes extremely handy with standardizing the business logic that is intended to work with many different ERC20 tokens
1313
that have different precision (decimals). One can perform calculations with 18 decimals only and resort to conversion
14-
only when the payouts (or interactions) with the actual tokes have to be made.
14+
only when the payouts (or interactions) with the actual tokens have to be made.
1515

1616
The best usage scenario involves accepting and calculating values with 18 decimals throughout the project, despite the tokens decimals.
1717

0 commit comments

Comments
 (0)