mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-27 01:03:19 +03:00
Typo: "easily" rather than "easy"
This commit is contained in:
parent
abd7444f9e
commit
c39264fd88
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user