mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 17:24:29 +02:00
Typo: "easily" rather than "easy"
This commit is contained in:
@@ -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
|
// 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
|
// constructs
|
||||||
|
|
||||||
// Modules are used to group functions together
|
// Modules are used to group functions together
|
||||||
|
Reference in New Issue
Block a user