1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-25 15:51:15 +02:00

Merge pull request #1402 from oylenshpeegul/patch-2

Typo: "easily" rather than "easy"
This commit is contained in:
ven
2015-10-08 22:48:04 +02:00

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