From 2f0169426b22d7fb284006bbbc1a64640081cf4b Mon Sep 17 00:00:00 2001 From: Emily Skitek Date: Tue, 5 Nov 2013 14:33:15 +0000 Subject: [PATCH] Fixed typo --- FSharpKoans/AboutTheOrderOfEvaluation.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FSharpKoans/AboutTheOrderOfEvaluation.fs b/FSharpKoans/AboutTheOrderOfEvaluation.fs index ae07330b..803e749d 100755 --- a/FSharpKoans/AboutTheOrderOfEvaluation.fs +++ b/FSharpKoans/AboutTheOrderOfEvaluation.fs @@ -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?*) [] let TheBackwardPipeOperatorCanAlsoHelpWithGrouping() =