aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/content/chapter3_data_types/lesson02_records/en.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/content/chapter3_data_types/lesson02_records/en.html b/src/content/chapter3_data_types/lesson02_records/en.html
index f515ccd..ea46e4d 100644
--- a/src/content/chapter3_data_types/lesson02_records/en.html
+++ b/src/content/chapter3_data_types/lesson02_records/en.html
@@ -1,6 +1,9 @@
-<p>Variants of a record can hold other data within them.</p>
<p>
- These fields can be given labels, and like function argument labels they can
+ A variant of a custom type can hold other data within it. In this case
+ the variant is called a record.
+</p>
+<p>
+ The fields of a record can be given labels, and like function argument labels they can
be optionally used when calling the record constructor. Typically labels will
be used for variants that define them.
</p>