From 8c1f2c6abdae61ac5c66f221f8d8b70b8877c135 Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Wed, 17 Apr 2013 17:07:05 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3