summaryrefslogtreecommitdiffhomepage
path: root/fsharp.html.markdown
diff options
context:
space:
mode:
authorTodd M. Guerra <toddguerra@gmail.com>2015-10-09 11:14:29 -0400
committerTodd M. Guerra <toddguerra@gmail.com>2015-10-09 11:14:29 -0400
commitfc3c56ee938dbb7231127465b0e9ab5fa7f2da40 (patch)
tree444181fbb299567b566a038ab4241e31ca519a97 /fsharp.html.markdown
parent6d3f52b7f01409818853de6148abf1d8fe57fab0 (diff)
parentdcd9093d6467166a2946008c55f5e0582a15e20c (diff)
Merge remote-tracking branch 'adambard/master'
Conflicts: java.html.markdown
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