Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08dfba4

Browse files
committed
Tidy
1 parent a8bd6f0 commit 08dfba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ This library provides a cheap conversion between the timestamp and year/month/da
187187

188188
### Why do you call this a gas-efficient library?
189189

190-
The formulae for converting between a timestamp and year/month/day hour:minute:second format uses a mathematically simple algorithm without any loops. The gas cost is relatively constant (as there are no loops) the mathematical computation is relative cheap (compared to using loops and looking up data from storage).
190+
The formulae for converting between a timestamp and year/month/day hour:minute:second format uses a mathematically simple algorithm without any loops. The gas cost is relatively constant (as there are no loops) and the mathematical computations are relative cheap (compared to using loops and looking up data from storage).
191191

192192
<br />
193193

0 commit comments

Comments
 (0)