Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pypeline.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Johnson <ian.johnson@appliedlanguage.com>2013-04-17 19:07:05 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-04-17 19:07:05 +0400
commit8c1f2c6abdae61ac5c66f221f8d8b70b8877c135 (patch)
tree114ce7b0e4c61f6e306a4b0774db95a3b0c3d6a7
parent5ce8985fb049c26b23bbc48ca6fc6427b28286cb (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba8bdac..92bc082 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ The input and output forming functions shall take two arguments: a value and the
The state mutator function shall take one argument, the state object, and return a mutated state object if desired. The state mutator function is applied after all the other functions have been applied. If no state mutator function is specified the state flows through the component unchanged.
- state_mutator_function :: s -> s
+ state_mutator_function :: s -> s
### Wire Functions