Skip to content

Commit

Permalink
Merge pull request #22 from eskitek/fixes
Browse files Browse the repository at this point in the history
Fixed comment typo in AboutTheOrderOfEvaluation
  • Loading branch information
ChrisMarinos committed Nov 5, 2013
2 parents dd4b445 + 2f01694 commit 257eb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FSharpKoans/AboutTheOrderOfEvaluation.fs
Expand Up @@ -20,7 +20,7 @@ module ``about the order of evaluation`` =

AssertEquality result __

(* TRY IT: What happens if you remove the parensthesis?*)
(* TRY IT: What happens if you remove the parenthesis?*)

[<Koan>]
let TheBackwardPipeOperatorCanAlsoHelpWithGrouping() =
Expand Down

0 comments on commit 257eb8e

Please sign in to comment.