From 327df4c9a29cc156603bc71711eb48543c36a24d Mon Sep 17 00:00:00 2001 From: Tim Preston Date: Sun, 14 Sep 2014 11:03:47 +1000 Subject: [PATCH] Typo --- FSharpKoans/AboutPipelining.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FSharpKoans/AboutPipelining.fs b/FSharpKoans/AboutPipelining.fs index 1d354503..0d671fef 100755 --- a/FSharpKoans/AboutPipelining.fs +++ b/FSharpKoans/AboutPipelining.fs @@ -32,7 +32,7 @@ module ``about pipelining`` = [] let SquareEvenNumbersWithParens() = (* You can avoid this problem by using parens to pass the result of one - funciton to another. This can be difficult to read since you have to + function to another. This can be difficult to read since you have to start from the innermost function and work your way out. *) let numbers = [0..5]