mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Make whitespace more consistent
This commit is contained in:
parent
edfc99e198
commit
59e85e2f37
@ -284,7 +284,7 @@ module DataTypeExamples =
|
||||
let threeTuple = "a", 2, true
|
||||
|
||||
// Pattern match to unpack
|
||||
let x,y = twoTuple //sets x=1 y=2
|
||||
let x, y = twoTuple // sets x = 1, y = 2
|
||||
|
||||
// ------------------------------------
|
||||
// Record types have named fields
|
||||
|
Loading…
Reference in New Issue
Block a user