diff options
author | ven <vendethiel@hotmail.fr> | 2015-10-08 22:48:04 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-10-08 22:48:04 +0200 |
commit | 468ac7efe9d3e73f02796201004ec588428598f9 (patch) | |
tree | 776c79bb461b4f1d342803f4e46dd66432320f40 | |
parent | abd7444f9e5343f597b561a69297122142881fc8 (diff) | |
parent | c39264fd881d9a7e39dbba1f37ec9de15cf11eea (diff) |
Merge pull request #1402 from oylenshpeegul/patch-2
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 |