From e11c42b7a6d3dcd1c18a3f639c5e062fff18abd6 Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Mon, 10 Sep 2012 14:37:45 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3