summaryrefslogtreecommitdiffhomepage
path: root/fsharp.html.markdown
diff options
context:
space:
mode:
authorTim Heaney <oylenshpeegul@gmail.com>2015-10-08 09:00:59 -0400
committerTim Heaney <oylenshpeegul@gmail.com>2015-10-08 09:00:59 -0400
commitc39264fd881d9a7e39dbba1f37ec9de15cf11eea (patch)
tree776c79bb461b4f1d342803f4e46dd66432320f40 /fsharp.html.markdown
parentabd7444f9e5343f597b561a69297122142881fc8 (diff)
Typo: "easily" rather than "easy"
Diffstat (limited to 'fsharp.html.markdown')
-rw-r--r--fsharp.html.markdown2
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