diff options
author | Tim Heaney <oylenshpeegul@gmail.com> | 2015-10-08 09:00:59 -0400 |
---|---|---|
committer | Tim Heaney <oylenshpeegul@gmail.com> | 2015-10-08 09:00:59 -0400 |
commit | c39264fd881d9a7e39dbba1f37ec9de15cf11eea (patch) | |
tree | 776c79bb461b4f1d342803f4e46dd66432320f40 | |
parent | abd7444f9e5343f597b561a69297122142881fc8 (diff) |
Typo: "easily" rather than "easy"
-rw-r--r-- | fsharp.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fsharp.html.markdown b/fsharp.html.markdown index 62118006..76318d7d 100644 --- a/fsharp.html.markdown +++ b/fsharp.html.markdown @@ -119,7 +119,7 @@ printfn "A string %s, and something generic %A" "hello" [1;2;3;4] // ================================================ // F# is a true functional language -- functions are first -// class entities and can be combined easy to make powerful +// class entities and can be combined easily to make powerful // constructs // Modules are used to group functions together |