evm-booking

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 81d180e94c2638f5b3c1726aee4889c9454f7631
parent fcd4b2fc2dda891045bad607a2a9e0aa55071260
Author: lash <dev@holbrook.no>
Date:   Fri,  9 Jun 2023 17:07:04 +0100

Fix missing parantheses in text

Diffstat:
MREADME.md | 6++++--
Mdoc/texinfo/intro.texi | 4++--
2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -20,7 +20,8 @@ comfortable hammock on the beach. Unfortunately, the beach is not accessible all the time, because local technocrat authorities have decided to close the beach for the public -every day from 6pm to 6am on every weekday. +every day from 6pm to 6am on every weekday, to protect people from their +own pleasure-seeking. Their trusted friend Trent publishes the ‘`evm-booking`’ contract, to manage hammock time for the coming month. @@ -29,7 +30,8 @@ The month has 30 days. The period starts on a wednesday (6am) and ends on a friday (6am). The period has 22 weekdays and 8 weekend days. This translates to -$22 * 12) + (8 * 24) = 264 + 192 = 456$ hours of available hammock time. +$(22 * 12) + (8 * 24) = 264 + 192 = 456$ hours of available hammock +time. 456.00 ‘`TIME`’ vouchers are minted (two decimal places). diff --git a/doc/texinfo/intro.texi b/doc/texinfo/intro.texi @@ -13,13 +13,13 @@ Alice and Bob hold @samp{TIME} vouchers. Each @samp{TIME} voucher unit represents one hour of time with a really comfortable hammock on the beach. -Unfortunately, the beach is not accessible all the time, because local technocrat authorities have decided to close the beach for the public every day from 6pm to 6am on every weekday. +Unfortunately, the beach is not accessible all the time, because local technocrat authorities have decided to close the beach for the public every day from 6pm to 6am on every weekday, to protect people from their own pleasure-seeking. Their trusted friend Trent publishes the @samp{evm-booking} contract, to manage hammock time for the coming month. The month has 30 days. The period starts on a wednesday (6am) and ends on a friday (6am). -The period has 22 weekdays and 8 weekend days. This translates to @math{22 * 12) + (8 * 24) = 264 + 192 = 456} hours of available hammock time. +The period has 22 weekdays and 8 weekend days. This translates to @math{(22 * 12) + (8 * 24) = 264 + 192 = 456} hours of available hammock time. 456.00 @samp{TIME} vouchers are minted (two decimal places).