From 6d69cee90a3c79b3fcc79deeea4336b077bd40fe Mon Sep 17 00:00:00 2001 From: human154 <46430360+human154@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:02:28 -0500 Subject: Clarify the meaning of a record. --- src/content/chapter3_data_types/lesson02_records/en.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') 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 @@ -
Variants of a record can hold other data within them.
- 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. +
++ 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.
-- cgit v1.2.3