aboutsummaryrefslogtreecommitdiff
path: root/src/RandomValues.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/RandomValues.elm')
-rw-r--r--src/RandomValues.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RandomValues.elm b/src/RandomValues.elm
index 5d45b15..5e40fc5 100644
--- a/src/RandomValues.elm
+++ b/src/RandomValues.elm
@@ -1,8 +1,8 @@
module RandomValues where
type RandomValues =
- { greenPoint : PointRandomValues
- , redPoint : PointRandomValues
+ { point1 : PointRandomValues
+ , point2 : PointRandomValues
}
type PointRandomValues =