mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-26 16:53:10 +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
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user