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:37:45 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2012-09-10 16:37:45 +0400
commite11c42b7a6d3dcd1c18a3f639c5e062fff18abd6 (patch)
tree6520323f9cf46d9bfe2502fe34576e055aa1cbb5
parentd6a1a9b3fbeb7528b5e9fd7c0c5db4e41d59bbcc (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 6bd9c6f..ee2b0a1 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 :: 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