Skip to content

Commit 288bad4

Browse files
authored
Fix syntax error in example code.
1 parent f5602c5 commit 288bad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ type Color =
200200
| Spades | Hearts | Diamonds | Clubs
201201
202202
type Card =
203-
| Face * Color
203+
Face * Color
204204
205205
let aceOfHearts = Ace, Hearts
206206
let tenOfSpades = (Number 10), Spades

0 commit comments

Comments
 (0)