Skip to content

Commit

Permalink
Merge pull request ChrisMarinos#11 from harold/patch-1
Browse files Browse the repository at this point in the history
Update FSharpKoans/AboutTheStockExample.fs
  • Loading branch information
ChrisMarinos committed Nov 1, 2012
2 parents f8b0041 + aab1daf commit 9c54cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FSharpKoans/AboutTheStockExample.fs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ open FSharpKoans.Core
//
// The following functions may be of use:
//
// abs - takes the absolute value of an arguement
// abs - takes the absolute value of an argument
//
// System.Double.Parse - converts a string argument into a
// numerical value.
Expand Down Expand Up @@ -58,4 +58,4 @@ type ``about the stock example``() =
member this.YouGotTheAnswerCorrect() =
let result = __

AssertEquality "2012-3-13" result
AssertEquality "2012-03-13" result

0 comments on commit 9c54cdc

Please sign in to comment.