mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 06:47:54 +02:00
Merge pull request #1924 from nyanfly/master
Make whitespace more consistent
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user