1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 16:54:33 +02:00

Typo: "easily" rather than "easy"

This commit is contained in:
Tim Heaney
2015-10-08 09:00:59 -04:00
parent abd7444f9e
commit c39264fd88

View File

@@ -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