Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpreston committed Sep 14, 2014
1 parent 7f2c1cc commit 327df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FSharpKoans/AboutPipelining.fs
Expand Up @@ -32,7 +32,7 @@ module ``about pipelining`` =
[<Koan>]
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]
Expand Down

0 comments on commit 327df4c

Please sign in to comment.