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>2012-09-10 16:58:11 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2012-09-10 16:58:11 +0400
commita648c962cbd20c6bff948b6ae716aba03e8a252d (patch)
tree1df8b4057d02516db973114f576aac931c974c11
parent06179fa27eb1690eb5889029fe3ee45dda4c4589 (diff)
parente11c42b7a6d3dcd1c18a3f639c5e062fff18abd6 (diff)
Merge branch 'master' of github.com:ianj-als/pypeline
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4bfd3b..c418a6e 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ The output function generates the value that shall be passed to the subsequent p
input_feed_function :: a -> s -> b
output_function :: a -> s -> c
-The state mutator function shall take one argument, the state object, and return a mutated state of object if desired. If no state mutator function is specified the stat flows through the component unchanged.
+The state mutator function shall take one argument, the state object, and return a mutated state of object if desired. If no state mutator function is specified the state flows through the component unchanged.
### Wire Functions