mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-19 21:00:58 +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
|
let threeTuple = "a", 2, true
|
||||||
|
|
||||||
// Pattern match to unpack
|
// 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
|
// Record types have named fields
|
||||||
|
Loading…
Reference in New Issue
Block a user