From 08dfba410fd58dd6879d62d912f31ff583dd1ce4 Mon Sep 17 00:00:00 2001 From: BokkyPooBah Date: Sun, 2 Sep 2018 20:00:51 +1000 Subject: [PATCH] Tidy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83a0a88..b337694 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ This library provides a cheap conversion between the timestamp and year/month/da ### Why do you call this a gas-efficient library? -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). +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).