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-06 22:36:36 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2012-09-06 22:36:36 +0400
commitd6a1a9b3fbeb7528b5e9fd7c0c5db4e41d59bbcc (patch)
treede6b8abcacdebbcb194c1b114d5c883b802cf79b
parentdbb5bcbf4435e2e6a70738c2e31e4b44c70eeccf (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 4e53141..6bd9c6f 100644
--- a/README.md
+++ b/README.md
@@ -151,7 +151,7 @@ Constructs a wire that splits a single input into a pair.
helpers.cons_unsplit_wire(unsplit_function)
-Constructs a wire that takes a pair and combines them into a single value specified by the `unsplit_function`. The unsplit function takes to arguments: the top and bottom values.
+Constructs a wire that takes a pair and combines them into a single value specified by the `unsplit_function`. The unsplit function takes two arguments: the top and bottom values.
unsplit_function :: b -> c -> d