Improve wording
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 12 Feb 2018 03:58:19 +0000 (22:58 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 12 Feb 2018 03:58:19 +0000 (22:58 -0500)
README.md

index 5f2ed6c..79f413a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -53,8 +53,8 @@ Abstractions
 
 ### Monads
 
 
 ### 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
 
 - `hope_result`: for composition of common functions returning
   `{ok, Val} | {error, Reason}`. An alternative to exceptions, which makes the
This page took 0.022896 seconds and 4 git commands to generate.