Skip to content

Commit 6acf95e

Browse files
committed
remove implicit conversion again
1 parent c44d6e8 commit 6acf95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/04_5_splom.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ let colors =
5959
match x with
6060
| "Iris-setosa" -> 0.
6161
| "Iris-versicolor" -> 0.5
62-
| _ -> 1
62+
| _ -> 1.
6363
)
6464
|> Color.fromColorScaleValues
6565

0 commit comments

Comments
 (0)