From 32bdf36e56211673e0b3976cd51d99e6d131ed7b Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sun, 11 Feb 2018 22:58:19 -0500 Subject: [PATCH] Improve wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f2ed6c..79f413a 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ Abstractions ### Monads -A class of burritos, used for sequencing operations on a particular data type. -Defined in `hope_gen_monad`, implemented as: +A class of burritos, used for expressing sequences of operations on some data +type. Defined in `hope_gen_monad`, implemented as: - `hope_result`: for composition of common functions returning `{ok, Val} | {error, Reason}`. An alternative to exceptions, which makes the -- 2.20.1